public final class MissingCellDummyRecord extends Record
Constructor | Description |
---|---|
MissingCellDummyRecord(int row,
int column) |
Modifier and Type | Method | Description |
---|---|---|
int |
getColumn() |
|
int |
getRecordSize() |
gives the current serialized size of the record.
|
int |
getRow() |
|
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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, cloneViaReserialise, serialize, toString
public int getRow()
public int getColumn()
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 2018 The Apache Software Foundation or its licensors, as applicable.