|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.util.MonitorRandomAccessContent
org.apache.commons.vfs.provider.DefaultFileContent.FileRandomAccessContent
private final class DefaultFileContent.FileRandomAccessContent
An input/output stream for reading/writing content on random positions
Field Summary | |
---|---|
private RandomAccessContent |
content
|
private FileObject |
file
|
Constructor Summary | |
---|---|
DefaultFileContent.FileRandomAccessContent(FileObject file,
RandomAccessContent content)
|
Method Summary | |
---|---|
protected void |
onClose()
Called after the stream has been closed. |
Methods inherited from class org.apache.commons.vfs.util.MonitorRandomAccessContent |
---|
close, getFilePointer, getInputStream, length, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final FileObject file
private final RandomAccessContent content
Constructor Detail |
---|
DefaultFileContent.FileRandomAccessContent(FileObject file, RandomAccessContent content)
Method Detail |
---|
protected void onClose() throws java.io.IOException
onClose
in class MonitorRandomAccessContent
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |