public abstract class Record extends RecordBase implements Duplicatable, GenericRecord
| 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 HSSFRecordTypes |
getGenericRecordType() |
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, serializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericPropertiesprotected Record()
protected Record(Record other)
public final byte[] serialize()
public final java.lang.String toString()
toString in class java.lang.Objectpublic abstract short getSid()
public Record cloneViaReserialise()
public abstract Record copy()
copy in interface Duplicatablepublic abstract HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordCopyright 2022 The Apache Software Foundation or its licensors, as applicable.