public final class HeaderRecord extends HeaderFooterBase
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
HeaderRecord(HeaderRecord other) |
HeaderRecord(RecordInputStream in) |
HeaderRecord(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
HeaderRecord |
clone()
Deprecated.
|
HeaderRecord |
copy() |
short |
getSid()
return the non static version of the id for this record.
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getDataSize, getText, serialize, setText
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public HeaderRecord(java.lang.String text)
public HeaderRecord(HeaderRecord other)
public HeaderRecord(RecordInputStream in)
public java.lang.String toString()
Record
public short getSid()
Record
@Deprecated @Removal(version="5.0.0") public HeaderRecord clone()
clone
in class java.lang.Object
public HeaderRecord copy()
copy
in interface Duplicatable
copy
in class HeaderFooterBase
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.