class AmiraReader.HxRLE extends Object implements AmiraReader.PlaneReader
Modifier and Type | Field and Description |
---|---|
(package private) long |
compressedSize |
(package private) int |
currentNo |
(package private) int[] |
internalOffsets |
(package private) long |
lastCodeOffset |
(package private) int |
maxOffsetIndex |
(package private) long[] |
offsets |
(package private) int |
planeSize |
Constructor and Description |
---|
AmiraReader.HxRLE(int sliceCount,
long compressedSize) |
long compressedSize
long[] offsets
int[] internalOffsets
int currentNo
int maxOffsetIndex
int planeSize
long lastCodeOffset
void read(byte[] buf, int len) throws FormatException, IOException
FormatException
IOException
public byte[] read(int no, byte[] buf) throws FormatException, IOException
read
in interface AmiraReader.PlaneReader
FormatException
IOException
Copyright © 2016 Open Microscopy Environment