public class BufferedFile extends Object
Constructor and Description |
---|
BufferedFile(int maxBufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
void |
seekInput(long filePosition) |
void |
seekOutput(long filePosition) |
String |
toString() |
public void clear()
public void seekInput(long filePosition)
public void seekOutput(long filePosition)
public InputStream getInputStream()
public OutputStream getOutputStream()