Java SDK Documentation  24.2.0
com.vertica.sdk.DataBuffer Class Reference
Collaboration diagram for com.vertica.sdk.DataBuffer:
Collaboration graph

Public Attributes

byte [] buf
 
int offset
 

Detailed Description

DataBuffer is a a contiguous in-memory buffer of data.

Member Data Documentation

◆ buf

byte [] com.vertica.sdk.DataBuffer.buf

The buffer of data.

◆ offset

int com.vertica.sdk.DataBuffer.offset

An offset into the buffer that is typically used to track progress through the DataBuffer. For example, a UDParser advances the offset as it consumes data from the DataBuffer.