public final class FooterRecord extends HeaderFooterBase
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
FooterRecord(FooterRecord other) |
FooterRecord(RecordInputStream in) |
FooterRecord(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
FooterRecord |
clone()
Deprecated.
|
FooterRecord |
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 FooterRecord(java.lang.String text)
public FooterRecord(FooterRecord other)
public FooterRecord(RecordInputStream in)
public java.lang.String toString()
Record
public short getSid()
Record
@Deprecated @Removal(version="5.0.0") public FooterRecord clone()
clone
in class java.lang.Object
public FooterRecord copy()
copy
in interface Duplicatable
copy
in class HeaderFooterBase
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.