AbstractEscherHolderRecord, ContinuableRecord, LabelRecord, LastCellOfRowDummyRecord, MissingCellDummyRecord, MissingRowDummyRecord, ObjRecord, StandardRecordpublic abstract class Record extends RecordBase
| Modifier | Constructor | Description |
|---|---|---|
protected |
Record() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
Record |
cloneViaReserialise() |
Clone the current record, via a call to serialize
it, and another to create a new record from the
bytes.
|
abstract short |
getSid() |
return the non static version of the id for this record.
|
byte[] |
serialize() |
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, waitgetRecordSize, serializepublic final byte[] serialize()
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract short getSid()
public java.lang.Object clone()
clone in class java.lang.Objectpublic Record cloneViaReserialise()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.