|
||||||||||
| 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 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 | |||||||||