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, setTextgetRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public HeaderRecord(java.lang.String text)
public HeaderRecord(HeaderRecord other)
public HeaderRecord(RecordInputStream in)
public java.lang.String toString()
Recordpublic short getSid()
Record@Deprecated @Removal(version="5.0.0") public HeaderRecord clone()
clone in class java.lang.Objectpublic HeaderRecord copy()
copy in interface Duplicatablecopy in class HeaderFooterBaseCopyright 2020 The Apache Software Foundation or its licensors, as applicable.