public class OnDemandLongArray extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
size |
private long |
start |
private RandomAccessInputStream |
stream |
| Constructor and Description |
|---|
OnDemandLongArray(RandomAccessInputStream in) |
private transient RandomAccessInputStream stream
private int size
private long start
public OnDemandLongArray(RandomAccessInputStream in) throws IOException
IOExceptionpublic void setSize(int size)
public long get(int index)
throws IOException
IOExceptionpublic long size()
public void close()
throws IOException
IOExceptionCopyright © 2015 Open Microscopy Environment