Package loci.formats.in
Class AmiraReader.HxRLE
java.lang.Object
loci.formats.in.AmiraReader.HxRLE
- All Implemented Interfaces:
AmiraReader.PlaneReader
- Enclosing class:
AmiraReader
This is the reader for RLE-compressed AmiraMeshes.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) int(package private) int[](package private) long(package private) int(package private) long[](package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
compressedSize
long compressedSize -
offsets
long[] offsets -
internalOffsets
int[] internalOffsets -
currentNo
int currentNo -
maxOffsetIndex
int maxOffsetIndex -
planeSize
int planeSize -
lastCodeOffset
long lastCodeOffset
-
-
Constructor Details
-
HxRLE
HxRLE(int sliceCount, long compressedSize)
-
-
Method Details
-
read
- Throws:
FormatExceptionIOException
-
read
- Specified by:
readin interfaceAmiraReader.PlaneReader- Throws:
FormatExceptionIOException
-