public class RawDataBlockList extends BlockListImpl
Modifier and Type | Field and Description |
---|---|
private int |
bigBlockSize |
_blocks
Constructor and Description |
---|
RawDataBlockList(RandomAccessInputStream stream,
int size)
Constructor RawDataBlockList
|
Modifier and Type | Method and Description |
---|---|
int |
getBigBlockSize() |
ListManagedBlock[] |
getBlocks() |
fetchBlocks, remove, setBAT, setBlocks, zap
public RawDataBlockList(RandomAccessInputStream stream, int size) throws IOException
stream
- the InputStream from which the data will be readIOException
- on I/O errors, and if an incomplete
block is readpublic int getBigBlockSize()
public ListManagedBlock[] getBlocks()
Copyright © 2016 Open Microscopy Environment