public final class LastCellOfRowDummyRecord extends Record
| Constructor and Description |
|---|
LastCellOfRowDummyRecord(int row,
int lastColumnNumber) |
| Modifier and Type | Method and Description |
|---|---|
LastCellOfRowDummyRecord |
copy() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
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.
|
cloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic LastCellOfRowDummyRecord(int row,
int lastColumnNumber)
public int getRow()
public int getLastColumnNumber()
public LastCellOfRowDummyRecord copy()
copy in interface Duplicatablecopy in class Recordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
public final short getSid()
Recordpublic int serialize(int offset,
byte[] data)
RecordBaseserialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance datapublic final int getRecordSize()
RecordBasegetRecordSize in class RecordBaseCopyright 2022 The Apache Software Foundation or its licensors, as applicable.