|
||||||||||
| 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 Bufferjava.io.IOException
public byte[] getData(byte[] d)
throws java.io.IOException
Buffer
getData in interface Bufferd - destination array
java.io.IOExceptionpublic int length()
Buffer
length in interface Bufferpublic boolean isDirty()
isDirty in interface Buffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||