public final class ObjRecord extends Record
Modifier and Type | Field | Description |
---|---|---|
static short |
sid |
Constructor | Description |
---|---|
ObjRecord() |
|
ObjRecord(RecordInputStream in) |
Modifier and Type | Method | Description |
---|---|---|
void |
addSubRecord(int index,
SubRecord element) |
|
boolean |
addSubRecord(SubRecord o) |
|
void |
clearSubRecords() |
|
java.lang.Object |
clone() |
|
int |
getRecordSize() |
gives the current serialized size of the record.
|
short |
getSid() |
return the non static version of the id for this record.
|
java.util.List<SubRecord> |
getSubRecords() |
|
int |
serialize(int offset,
byte[] data) |
called by the class that is responsible for writing this sucker.
|
java.lang.String |
toString() |
get a string representation of the record (for biffview/debugging)
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cloneViaReserialise, serialize
public static final short sid
public ObjRecord()
public ObjRecord(RecordInputStream in)
public java.lang.String toString()
Record
public int getRecordSize()
RecordBase
getRecordSize
in class RecordBase
public int serialize(int offset, byte[] data)
RecordBase
serialize
in class RecordBase
offset
- to begin writing atdata
- byte array containing instance datapublic short getSid()
Record
public java.util.List<SubRecord> getSubRecords()
public void clearSubRecords()
public void addSubRecord(int index, SubRecord element)
public boolean addSubRecord(SubRecord o)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.