Package loci.formats.in
Class IM3Reader.IM3Record
java.lang.Object
loci.formats.in.IM3Reader.IM3Record
- Direct Known Subclasses:
IM3Reader.BooleanIM3Record,IM3Reader.ContainerRecord,IM3Reader.FloatIM3Record,IM3Reader.IntIM3Record,IM3Reader.StringIM3Record
- Enclosing class:
IM3Reader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()voidwriteSummary(loci.common.IRandomAccess is, String indentation) Write a summary of the contents of the record
-
Field Details
-
name
-
type
final int type -
offset
final long offset -
length
final int length
-
-
Constructor Details
-
IM3Record
IM3Record(String name, int type, long offset, int length)
-
-
Method Details
-
writeSummary
Write a summary of the contents of the record- Parameters:
is-- Throws:
IOException
-
toString
-