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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
protected int |
getDataSize() |
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
spit the record out AS IS. no interpretation or identification
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public UserSViewEnd(byte[] data)
public UserSViewEnd(RecordInputStream in)
in - the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic java.lang.String toString()
RecordCopyright 2014 The Apache Software Foundation or its licensors, as applicable.