Package loci.formats.in
Class ZeissCZIReader.SubBlock
java.lang.Object
loci.formats.in.ZeissCZIReader.Segment
loci.formats.in.ZeissCZIReader.SubBlock
- Enclosing class:
ZeissCZIReader
Segment with ID "ZISRAWSUBBLOCK".
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintprivate longlongprivate Doubleintintintintintprivate ome.units.quantity.Lengthprivate ome.units.quantity.Lengthprivate ome.units.quantity.Lengthprivate DoubleintintFields inherited from class loci.formats.in.ZeissCZIReader.Segment
allocatedSize, filename, id, startingPosition, stream, usedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintprivate voidbyte[]byte[]readPixelData(loci.common.RandomAccessInputStream s) byte[]readPixelData(loci.common.RandomAccessInputStream s, loci.common.Region tile, byte[] buf) toString()Methods inherited from class loci.formats.in.ZeissCZIReader.Segment
close, getStream
-
Field Details
-
metadataSize
public int metadataSize -
attachmentSize
public int attachmentSize -
dataSize
public long dataSize -
directoryEntry
-
metadata
-
coreIndex
public int coreIndex -
resolutionIndex
public int resolutionIndex -
planeIndex
public int planeIndex -
pixelTypeIndex
public int pixelTypeIndex -
dataOffset
private long dataOffset -
stageX
private ome.units.quantity.Length stageX -
stageY
private ome.units.quantity.Length stageY -
stageZ
private ome.units.quantity.Length stageZ -
timestamp
-
exposureTime
-
x
public int x -
y
public int y -
row
public int row -
col
public int col
-
-
Constructor Details
-
SubBlock
public SubBlock() -
SubBlock
-
-
Method Details
-
toString
-
fillInData
- Overrides:
fillInDatain classZeissCZIReader.Segment- Throws:
IOException
-
readPixelData
- Throws:
FormatExceptionIOException
-
readPixelData
public byte[] readPixelData(loci.common.RandomAccessInputStream s) throws FormatException, IOException - Throws:
FormatExceptionIOException
-
readPixelData
public byte[] readPixelData(loci.common.RandomAccessInputStream s, loci.common.Region tile, byte[] buf) throws FormatException, IOException - Throws:
FormatExceptionIOException
-
getPhysicalWidth
- Throws:
FormatException
-
getPhysicalHeight
- Throws:
FormatException
-
parseMetadata
- Throws:
IOException
-