public interface RandomAccess
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
length() |
long |
read(byte[] ba,
int offset,
int length) |
void |
seek(long l) |
void close()
throws IOException
IOExceptionlong length()
throws IOException
IOExceptionvoid seek(long l) throws IOException
IOExceptionlong read(byte[] ba,
int offset,
int length)
throws IOException
IOExceptionCopyright © 2008–2016 Open Microscopy Environment. All rights reserved.