protected static class IM3Reader.IM3Record
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | length | 
| (package private) java.lang.String | name | 
| (package private) long | offset | 
| (package private) int | type | 
| Constructor and Description | 
|---|
| IM3Record(java.lang.String name,
         int type,
         long offset,
         int length) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
| void | writeSummary(loci.common.IRandomAccess is,
            java.lang.String indentation)Write a summary of the contents of the record | 
final java.lang.String name
final int type
final long offset
final int length
public void writeSummary(loci.common.IRandomAccess is,
                         java.lang.String indentation)
                  throws java.io.IOException
is - java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023 Open Microscopy Environment