public abstract class Record extends RecordBase implements Duplicatable
| Modifier | Constructor and Description |
|---|---|
protected |
Record() |
protected |
Record(Record other) |
| Modifier and Type | Method and Description |
|---|---|
Record |
cloneViaReserialise()
Clone the current record, via a call to serialize
it, and another to create a new record from the
bytes.
|
abstract Record |
copy() |
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)
|
getRecordSize, serializeprotected Record()
protected Record(Record other)
public final byte[] serialize()
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract short getSid()
public Record cloneViaReserialise()
public abstract Record copy()
copy in interface DuplicatableCopyright 2020 The Apache Software Foundation or its licensors, as applicable.