protected static class IM3Reader.ContainerRecord extends IM3Reader.IM3Record
length, name, offset, type
Constructor and Description |
---|
ContainerRecord(java.lang.String name,
int type,
long offset,
int length) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<IM3Reader.IM3Record> |
parseChunks(loci.common.IRandomAccess is)
Parse and return the sub-records for the record container
|
void |
writeSummary(loci.common.IRandomAccess is,
java.lang.String indentation)
Write a summary of the contents of the record
|
toString
ContainerRecord(java.lang.String name, int type, long offset, int length)
java.util.List<IM3Reader.IM3Record> parseChunks(loci.common.IRandomAccess is) throws java.io.IOException
is
- java.io.IOException
public void writeSummary(loci.common.IRandomAccess is, java.lang.String indentation) throws java.io.IOException
IM3Reader.IM3Record
writeSummary
in class IM3Reader.IM3Record
java.io.IOException
Copyright © 2020 Open Microscopy Environment