public final class LastCellOfRowDummyRecord extends Record
Constructor and Description |
---|
LastCellOfRowDummyRecord(int row,
int lastColumnNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getLastColumnNumber()
Returns the (0 based) number of the last column
seen for this row.
|
int |
getRecordSize()
gives the current serialized size of the record.
|
int |
getRow()
Returns the (0 based) number of the row we are
currently working on.
|
short |
getSid()
return the non static version of the id for this record.
|
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker.
|
clone, cloneViaReserialise, serialize, toString
public LastCellOfRowDummyRecord(int row, int lastColumnNumber)
public int getRow()
public int getLastColumnNumber()
public final short getSid()
Record
public int serialize(int offset, byte[] data)
RecordBase
serialize
in class RecordBase
offset
- to begin writing atdata
- byte array containing instance datapublic final int getRecordSize()
RecordBase
getRecordSize
in class RecordBase
Copyright © 2020. All rights reserved.