class ZeissCZIReader.Segment extends Object
Modifier and Type | Field and Description |
---|---|
long |
allocatedSize |
String |
filename |
String |
id |
long |
startingPosition |
loci.common.RandomAccessInputStream |
stream |
long |
usedSize |
Constructor and Description |
---|
Segment() |
Segment(String filename) |
Segment(ZeissCZIReader.Segment model) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
fillInData() |
loci.common.RandomAccessInputStream |
getStream() |
public String filename
public long startingPosition
public String id
public long allocatedSize
public long usedSize
public loci.common.RandomAccessInputStream stream
public Segment()
public Segment(String filename)
public Segment(ZeissCZIReader.Segment model)
public void fillInData() throws IOException
IOException
public void close() throws IOException
IOException
public loci.common.RandomAccessInputStream getStream() throws IOException
IOException
Copyright © 2017 Open Microscopy Environment