public class MemoryRandomAccess extends Object implements RandomAccess
Constructor and Description |
---|
MemoryRandomAccess(byte[] data) |
public void close() throws IOException
close
in interface RandomAccess
IOException
public long length() throws IOException
length
in interface RandomAccess
IOException
public void seek(long l) throws IOException
seek
in interface RandomAccess
IOException
public long read(byte[] ba, int offset, int length) throws IOException
read
in interface RandomAccess
IOException
Copyright © 2014 Open Microscopy Environment