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
IOExceptionpublic void close()
throws IOException
IOExceptionpublic loci.common.RandomAccessInputStream getStream()
throws IOException
IOExceptionCopyright © 2017 Open Microscopy Environment