|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagero.uio.buffer.ByteBuffer
com.imagero.uio.buffer.OutputStreamBuffer
Constructor Summary | |
OutputStreamBuffer(java.io.OutputStream out,
byte[] data)
|
Method Summary | |
void |
flush()
Writes data to outputStream and immediately releases buffer and drops reference to OutputStream. |
void |
setDirty()
|
Methods inherited from class com.imagero.uio.buffer.ByteBuffer |
getData, getData, isDirty, length |
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, isDirty, length |
Constructor Detail |
public OutputStreamBuffer(java.io.OutputStream out, byte[] data)
Method Detail |
public void flush() throws java.io.IOException
flush
in interface MutableBuffer
java.io.IOException
public void setDirty()
setDirty
in interface MutableBuffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |