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