Class IM3Reader.IntIM3Record

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

protected static class IM3Reader.IntIM3Record extends IM3Reader.IM3Record
Author:
Lee Kamentsky An integer array record
  • Constructor Details

    • IntIM3Record

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

    • getNumEntries

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

      public int getEntry(loci.common.IRandomAccess is, int index) throws IOException
      Get the integer 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
    • writeSummary

      public void writeSummary(loci.common.IRandomAccess is, String indentation) throws IOException
      Description copied from class: IM3Reader.IM3Record
      Write a summary of the contents of the record
      Overrides:
      writeSummary in class IM3Reader.IM3Record
      Parameters:
      is -
      Throws:
      IOException