DataItemBuffer

  • DataItemBuffer is a data structure that holds a collection of DataItem objects.

  • It provides methods to access individual DataItems within the buffer using the get method.

  • You can get the total number of DataItems in the buffer via the getCount method.

  • It implements the Result interface, allowing you to check the status of operations using the getStatus method.

public class DataItemBuffer extends AbstractDataBuffer<DataItem>
implements Result

Data structure holding reference to a set of DataItems.

Public Method Summary

final DataItem
get(int arg0)
int
Status

Inherited Method Summary

Public Methods

public final DataItem get (int arg0)

public int getCount ()

public Status getStatus ()