public abstract class Record extends RecordBase
Modifier | Constructor and Description |
---|---|
protected |
Record() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
public final byte[] serialize()
public String toString()
public abstract short getSid()
public Record cloneViaReserialise()
Copyright © 2020. All rights reserved.