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, serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericProperties
protected Record()
protected Record(Record other)
public final byte[] serialize()
public final java.lang.String toString()
toString
in class java.lang.Object
public abstract short getSid()
public Record cloneViaReserialise()
public abstract Record copy()
copy
in interface Duplicatable
public abstract HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.