Package loci.formats.in
Class IM3Reader.ContainerRecord
java.lang.Object
loci.formats.in.IM3Reader.IM3Record
loci.formats.in.IM3Reader.ContainerRecord
- Enclosing class:
IM3Reader
- Author:
- Lee Kamentsky A Container3Record is a nesting container for other records. In the IM3 format, records are often grouped under a ContainerRecord with a blank tagname.
-
Field Summary
Fields inherited from class loci.formats.in.IM3Reader.IM3Record
length, name, offset, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) List<IM3Reader.IM3Record> parseChunks(loci.common.IRandomAccess is) Parse and return the sub-records for the record containervoidwriteSummary(loci.common.IRandomAccess is, String indentation) Write a summary of the contents of the recordMethods inherited from class loci.formats.in.IM3Reader.IM3Record
toString
-
Constructor Details
-
ContainerRecord
ContainerRecord(String name, int type, long offset, int length)
-
-
Method Details
-
parseChunks
Parse and return the sub-records for the record container- Parameters:
is-- Returns:
- a list of sub-records
- Throws:
IOException
-
writeSummary
Description copied from class:IM3Reader.IM3RecordWrite a summary of the contents of the record- Overrides:
writeSummaryin classIM3Reader.IM3Record- Parameters:
is-- Throws:
IOException
-