public final class UserSViewEnd extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
UserSViewEnd(byte[] data) |
UserSViewEnd(RecordInputStream in)
construct an UserSViewEnd record.
|
UserSViewEnd(UserSViewEnd other) |
| Modifier and Type | Method and Description |
|---|---|
UserSViewEnd |
copy() |
protected int |
getDataSize() |
Map<String,Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
spit the record out AS IS.
|
getRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public UserSViewEnd(UserSViewEnd other)
public UserSViewEnd(byte[] data)
public UserSViewEnd(RecordInputStream in)
in - the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
serialize in class StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic UserSViewEnd copy()
copy in interface Duplicatablecopy in class StandardRecordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Record