public class TemporaryStorage
extends java.io.FilterOutputStream
Constructor and Description |
---|
TemporaryStorage() |
TemporaryStorage(int memoryBufferSize) |
TemporaryStorage(java.lang.String directory,
int memoryBufferSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkBuffer(int reqSize) |
void |
dispose() |
java.io.InputStream |
inputStream() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public TemporaryStorage()
public TemporaryStorage(int memoryBufferSize)
public TemporaryStorage(java.lang.String directory, int memoryBufferSize)
public java.io.InputStream inputStream() throws java.io.IOException
java.io.IOException
public void dispose()
public void write(byte[] b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
protected void checkBuffer(int reqSize) throws java.io.IOException
java.io.IOException
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.