com.imagero.uio.buffer
Interface MutableBuffer

All Superinterfaces:
Buffer
All Known Implementing Classes:
MutableByteBuffer, OutputStreamBuffer, RABuffer, RAFBuffer

public interface MutableBuffer
extends Buffer

MutableBuffer.java


Method Summary
 void flush()
           
 void setDirty()
           
 
Methods inherited from interface com.imagero.uio.buffer.Buffer
getData, getData, isDirty, length
 

Method Detail

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

setDirty

public void setDirty()