protected static class IM3Reader.IM3Record extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
length |
(package private) String |
name |
(package private) long |
offset |
(package private) int |
type |
Constructor and Description |
---|
IM3Record(String name,
int type,
long offset,
int length) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
void |
writeSummary(loci.common.IRandomAccess is,
String indentation)
Write a summary of the contents of the record
|
final String name
final int type
final long offset
final int length
IM3Record(String name, int type, long offset, int length)
public void writeSummary(loci.common.IRandomAccess is, String indentation) throws IOException
is
- IOException
Copyright © 2017 Open Microscopy Environment