protected static class IM3Reader.IntIM3Record extends IM3Reader.IM3Record
length, name, offset, type| Constructor and Description | 
|---|
IM3Reader.IntIM3Record(String name,
                      int recType,
                      long offset,
                      int recLength)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getEntry(IRandomAccess is,
        int index)
Get the integer value at the given index 
 | 
int | 
getNumEntries(IRandomAccess is)
Get the # of integer values in this record 
 | 
void | 
writeSummary(IRandomAccess is,
            String indentation)
Write a summary of the contents of the record 
 | 
toStringpublic IM3Reader.IntIM3Record(String name, int recType, long offset, int recLength)
public int getNumEntries(IRandomAccess is) throws IOException
is - IOExceptionpublic int getEntry(IRandomAccess is, int index) throws IOException
is - the stream for the IM3 fileindex - the zero-based index of the entry to retrieveIOExceptionpublic void writeSummary(IRandomAccess is, String indentation) throws IOException
IM3Reader.IM3RecordwriteSummary in class IM3Reader.IM3RecordIOExceptionCopyright © 2015 Open Microscopy Environment