Package loci.formats.in
Class IM3Reader.StringIM3Record
java.lang.Object
loci.formats.in.IM3Reader.IM3Record
loci.formats.in.IM3Reader.StringIM3Record
- Enclosing class:
IM3Reader
- Author:
- Lee Kamentsky A record whose value is a string.
-
Field Summary
Fields inherited from class loci.formats.in.IM3Reader.IM3Record
length, name, offset, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(loci.common.IRandomAccess is) Return the string value for this recordvoidwriteSummary(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
-
StringIM3Record
-
-
Method Details
-
getValue
Return the string value for this record- Parameters:
is- an open handle on the .IM3 file- Returns:
- the string value stored in the record
- 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
-