com.imagero.uio.buffer
Class MutableByteBuffer

java.lang.Object
  extended bycom.imagero.uio.buffer.ByteBuffer
      extended bycom.imagero.uio.buffer.MutableByteBuffer
All Implemented Interfaces:
Buffer, MutableBuffer

public class MutableByteBuffer
extends ByteBuffer
implements MutableBuffer


Constructor Summary
MutableByteBuffer(byte[] data)
           
 
Method Summary
 void flush()
           
 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

MutableByteBuffer

public MutableByteBuffer(byte[] data)
Method Detail

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in interface MutableBuffer
Throws:
java.io.IOException

setDirty

public void setDirty()
Specified by:
setDirty in interface MutableBuffer