|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagero.uio.buffer.RAFBufferRO
com.imagero.uio.buffer.RAFBuffer
Implementation of Buffer for RandomAccessFile.
Field Summary |
Fields inherited from class com.imagero.uio.buffer.RAFBufferRO |
raf |
Constructor Summary | |
RAFBuffer(java.io.RandomAccessFile ra,
long offset,
int length)
|
Method Summary | |
void |
flush()
|
boolean |
isDirty()
|
void |
setDirty()
|
protected void |
writeData()
|
Methods inherited from class com.imagero.uio.buffer.RAFBufferRO |
getData, getData, length, readData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.imagero.uio.buffer.Buffer |
getData, getData, length |
Constructor Detail |
public RAFBuffer(java.io.RandomAccessFile ra, long offset, int length)
Method Detail |
public void flush() throws java.io.IOException
flush
in interface MutableBuffer
java.io.IOException
protected void writeData() throws java.io.IOException
java.io.IOException
public boolean isDirty()
isDirty
in interface Buffer
isDirty
in class RAFBufferRO
public void setDirty()
setDirty
in interface MutableBuffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |