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
IOException
public void setSize(int size)
public long get(int index) throws IOException
IOException
public long size()
public void close() throws IOException
IOException
Copyright © 2015 Open Microscopy Environment