Modifier and Type | Method and Description |
---|---|
VariableDataBuffer[] |
VariableMetaData.getDataBuffers()
Gets an array of VariableDataBuffer objects that provide location of
data for this variable if this variable is not compressed.This method
throws a Throwable if invoked for a compressed variable.getBuffer method of VariableDataBuffer object returns a read only
ByteBuffer that contains data for this variable for a range of
records.
|
VariableDataBuffer[] |
VariableMetaData.getDataBuffers(boolean raw) |