Class IM3Reader.BooleanIM3Record

java.lang.Object
loci.formats.in.IM3Reader.IM3Record
loci.formats.in.IM3Reader.BooleanIM3Record
Enclosing class:
IM3Reader

protected static class IM3Reader.BooleanIM3Record extends IM3Reader.IM3Record
A record containing boolean values
Author:
Lee Kamentsky
  • Constructor Details

    • BooleanIM3Record

      public BooleanIM3Record(String name, int recType, long offset, int recLength)
  • Method Details

    • getNumEntries

      public int getNumEntries(loci.common.IRandomAccess is) throws IOException
      Get the # of boolean values in this record
      Returns:
      number of boolean values contained in the record
      Throws:
      IOException
    • getEntry

      public boolean getEntry(loci.common.IRandomAccess is, int index) throws IOException
      Get the boolean value at the given index
      Parameters:
      is - the stream for the IM3 file
      index - the zero-based index of the entry to retrieve
      Returns:
      the value stored in the indexed slot of the record
      Throws:
      IOException