protected static class IM3Reader.BooleanIM3Record extends IM3Reader.IM3Record
length, name, offset, type
Constructor and Description |
---|
IM3Reader.BooleanIM3Record(String name,
int recType,
long offset,
int recLength) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEntry(IRandomAccess is,
int index)
Get the boolean value at the given index
|
int |
getNumEntries(IRandomAccess is)
Get the # of boolean values in this record
|
toString, writeSummary
public IM3Reader.BooleanIM3Record(String name, int recType, long offset, int recLength)
public int getNumEntries(IRandomAccess is) throws IOException
IOException
public boolean getEntry(IRandomAccess is, int index) throws IOException
is
- the stream for the IM3 fileindex
- the zero-based index of the entry to retrieveIOException
Copyright © 2016 Open Microscopy Environment