Package loci.formats.in
Class IM3Reader.IntIM3Record
java.lang.Object
loci.formats.in.IM3Reader.IM3Record
loci.formats.in.IM3Reader.IntIM3Record
- Enclosing class:
IM3Reader
- Author:
- Lee Kamentsky An integer array record
-
Field Summary
Fields inherited from class loci.formats.in.IM3Reader.IM3Record
length, name, offset, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetEntry(loci.common.IRandomAccess is, int index) Get the integer value at the given indexintgetNumEntries(loci.common.IRandomAccess is) Get the # of integer values in 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
-
IntIM3Record
-
-
Method Details
-
getNumEntries
Get the # of integer values in this record- Parameters:
is-- Returns:
- number of integer values contained in the record
- Throws:
IOException
-
getEntry
Get the integer value at the given index- Parameters:
is- the stream for the IM3 fileindex- the zero-based index of the entry to retrieve- Returns:
- the value stored in the indexed slot of 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
-