Buffer

open class Buffer

Java version of C++ DataBuffer. The atom of data in a DataChannel.

Constructors

Link copied to clipboard
constructor(data: ByteBuffer, binary: Boolean)

Properties

Link copied to clipboard
Indicates whether `data` contains UTF-8 text or "binary data" (i.e.
Link copied to clipboard
The underlying data.