Class IM3Reader.StringIM3Record

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

protected static class IM3Reader.StringIM3Record extends IM3Reader.IM3Record
Author:
Lee Kamentsky A record whose value is a string.
  • Constructor Details

    • StringIM3Record

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

    • getValue

      public String getValue(loci.common.IRandomAccess is) throws IOException
      Return the string value for this record
      Parameters:
      is - an open handle on the .IM3 file
      Returns:
      the string value stored in 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