static class EscherRecord.EscherRecordHeader extends Object
| Modifier and Type | Field and Description | 
|---|---|
private short | 
options  | 
private short | 
recordId  | 
private int | 
remainingBytes  | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
EscherRecord.EscherRecordHeader()  | 
| Modifier and Type | Method and Description | 
|---|---|
short | 
getOptions()  | 
short | 
getRecordId()  | 
int | 
getRemainingBytes()  | 
static EscherRecord.EscherRecordHeader | 
readHeader(byte[] data,
          int offset)  | 
String | 
toString()  | 
private short options
private short recordId
private int remainingBytes
public static EscherRecord.EscherRecordHeader readHeader(byte[] data, int offset)
public short getOptions()
public short getRecordId()
public int getRemainingBytes()
Copyright © 2016 Open Microscopy Environment