class ZeissCZIReader.SubBlock extends ZeissCZIReader.Segment
Modifier and Type | Field and Description |
---|---|
int |
attachmentSize |
int |
col |
int |
coreIndex |
private long |
dataOffset |
long |
dataSize |
ZeissCZIReader.DirectoryEntry |
directoryEntry |
private Double |
exposureTime |
String |
metadata |
int |
metadataSize |
int |
planeIndex |
int |
resolutionIndex |
int |
row |
private Length |
stageX |
private Length |
stageY |
private Length |
stageZ |
private Double |
timestamp |
int |
x |
int |
y |
allocatedSize, filename, id, startingPosition, stream, usedSize
Constructor and Description |
---|
ZeissCZIReader.SubBlock() |
ZeissCZIReader.SubBlock(ZeissCZIReader.SubBlock model) |
Modifier and Type | Method and Description |
---|---|
void |
fillInData() |
private void |
parseMetadata() |
byte[] |
readPixelData() |
byte[] |
readPixelData(RandomAccessInputStream s) |
String |
toString() |
close, getStream
public int metadataSize
public int attachmentSize
public long dataSize
public ZeissCZIReader.DirectoryEntry directoryEntry
public String metadata
public int coreIndex
public int resolutionIndex
public int planeIndex
private long dataOffset
private Length stageX
private Length stageY
private Length stageZ
private Double timestamp
private Double exposureTime
public int x
public int y
public int row
public int col
public ZeissCZIReader.SubBlock()
public ZeissCZIReader.SubBlock(ZeissCZIReader.SubBlock model)
public void fillInData() throws IOException
fillInData
in class ZeissCZIReader.Segment
IOException
public byte[] readPixelData() throws FormatException, IOException
FormatException
IOException
public byte[] readPixelData(RandomAccessInputStream s) throws FormatException, IOException
FormatException
IOException
private void parseMetadata() throws IOException
IOException
Copyright © 2016 Open Microscopy Environment