public final class DDMDataBuffer
extends java.lang.Object
DDMReadCallback.newRecord()
, its record data buffer, record number,
and null field values will all be in sync. If a data buffer is referenced elsewhere, no
guarantee is made as to what the actual values stored in the buffer will be, as data buffers
are reused while records are read from a file.Modifier and Type | Method and Description |
---|---|
boolean[] |
getNullFieldValues()
Returns the current null field values stored in this buffer.
|
byte[] |
getRecordDataBuffer()
Returns the current record data stored in this buffer.
|
int |
getRecordNumber()
Returns the current record number stored in this buffer.
|
public final byte[] getRecordDataBuffer()
public final int getRecordNumber()
public final boolean[] getNullFieldValues()