Package loci.formats.in
Class IM3Reader.BooleanIM3Record
java.lang.Object
loci.formats.in.IM3Reader.IM3Record
loci.formats.in.IM3Reader.BooleanIM3Record
- Enclosing class:
IM3Reader
A record containing boolean values
- Author:
- Lee Kamentsky
-
Field Summary
Fields inherited from class loci.formats.in.IM3Reader.IM3Record
length, name, offset, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntry(loci.common.IRandomAccess is, int index) Get the boolean value at the given indexintgetNumEntries(loci.common.IRandomAccess is) Get the # of boolean values in this recordMethods inherited from class loci.formats.in.IM3Reader.IM3Record
toString, writeSummary
-
Constructor Details
-
BooleanIM3Record
-
-
Method Details
-
getNumEntries
Get the # of boolean values in this record- Returns:
- number of boolean values contained in the record
- Throws:
IOException
-
getEntry
Get the boolean 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
-