class AmiraReader.HxRLE extends java.lang.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 |
---|
HxRLE(int sliceCount,
long compressedSize) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
read(byte[] buf,
int len) |
byte[] |
read(int no,
byte[] buf) |
long compressedSize
long[] offsets
int[] internalOffsets
int currentNo
int maxOffsetIndex
int planeSize
long lastCodeOffset
void read(byte[] buf, int len) throws FormatException, java.io.IOException
FormatException
java.io.IOException
public byte[] read(int no, byte[] buf) throws FormatException, java.io.IOException
read
in interface AmiraReader.PlaneReader
FormatException
java.io.IOException
Copyright © 2020 Open Microscopy Environment