Interface ByteBuffers

Collection of byte buffers.

interface ByteBuffers {
    buffers: readonly ByteBuffer[];
}

Hierarchy (View Summary)

Properties

Properties

buffers: readonly ByteBuffer[]

Buffers.