Class IM3Reader.IM3Record

java.lang.Object
loci.formats.in.IM3Reader.IM3Record
Direct Known Subclasses:
IM3Reader.BooleanIM3Record, IM3Reader.ContainerRecord, IM3Reader.FloatIM3Record, IM3Reader.IntIM3Record, IM3Reader.StringIM3Record
Enclosing class:
IM3Reader

protected static class IM3Reader.IM3Record extends Object
  • Field Details

    • name

      final String name
    • type

      final int type
    • offset

      final long offset
    • length

      final int length
  • Constructor Details

    • IM3Record

      IM3Record(String name, int type, long offset, int length)
  • Method Details

    • writeSummary

      public void writeSummary(loci.common.IRandomAccess is, String indentation) throws IOException
      Write a summary of the contents of the record
      Parameters:
      is -
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object