static class BiffViewer.RecordDetails extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Record |
record |
(package private) short |
recsize |
(package private) short |
rectype |
(package private) int |
startloc |
Constructor and Description |
---|
BiffViewer.RecordDetails(short rectype,
short recsize,
int startloc,
Record record) |
short rectype
short recsize
int startloc
Record record
public BiffViewer.RecordDetails(short rectype, short recsize, int startloc, Record record)
public short getRectype()
public short getRecsize()
public Record getRecord()
public void dump() throws IOException
IOException
Copyright © 2016 Open Microscopy Environment