Interface CompositeBufferData

All Superinterfaces:
BufferData

public interface CompositeBufferData extends BufferData
Composite (mutable) buffer data.
  • Method Details Link icon

    • add Link icon

      Add this buffer to the list of buffers already in this composite buffer.
      Parameters:
      bufferData - buffer data to add to this composite buffer
      Returns:
      this instance