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