|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagero.uio.buffer.ByteBuffer
Constructor Summary | |
ByteBuffer(byte[] data)
|
Method Summary | |
byte[] |
getData()
get data |
byte[] |
getData(byte[] d)
copy data to supplied byte array |
boolean |
isDirty()
|
int |
length()
get length of data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteBuffer(byte[] data)
Method Detail |
public byte[] getData() throws java.io.IOException
Buffer
getData
in interface Buffer
java.io.IOException
public byte[] getData(byte[] d) throws java.io.IOException
Buffer
getData
in interface Buffer
d
- destination array
java.io.IOException
public int length()
Buffer
length
in interface Buffer
public boolean isDirty()
isDirty
in interface Buffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |