public final class FtCblsSubRecord extends SubRecord
Modifier and Type | Field | Description |
---|---|---|
static short |
sid |
Constructor | Description |
---|---|
FtCblsSubRecord() |
Construct a new
FtCblsSubRecord and
fill its data with the default values |
FtCblsSubRecord(LittleEndianInput in,
int size) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
|
protected int |
getDataSize() |
|
short |
getSid() |
|
void |
serialize(LittleEndianOutput out) |
Serialize the record data into the supplied array of bytes
|
java.lang.String |
toString() |
Convert this record to string.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createSubRecord, isTerminating, serialize
public static final short sid
public FtCblsSubRecord()
FtCblsSubRecord
and
fill its data with the default valuespublic FtCblsSubRecord(LittleEndianInput in, int size)
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
protected int getDataSize()
getDataSize
in class SubRecord
public short getSid()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.