public final class UserSViewEnd extends StandardRecord
Modifier and Type | Field | Description |
---|---|---|
static short |
sid |
Constructor | Description |
---|---|
UserSViewEnd(byte[] data) |
|
UserSViewEnd(RecordInputStream in) |
construct an UserSViewEnd record.
|
Modifier and Type | Method | 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.
|
java.lang.String |
toString() |
get a string representation of the record (for biffview/debugging)
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cloneViaReserialise, serialize
getRecordSize, serialize
public 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 StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public java.lang.String toString()
Record
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.