|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagero.uio.buffer.RABufferRO
Implementation of Buffer for RandomAccessRO.
Constructor Summary | |
RABufferRO(RandomAccessRO ro,
long offset,
int length)
|
Method Summary | |
byte[] |
getData()
getData |
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 RABufferRO(RandomAccessRO ro, long offset, int length)
Method Detail |
public byte[] getData() throws java.io.IOException
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 |