ByteBuffer

object ByteBuffer

ByteBuffer factory.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(elems: Int*): ByteBuffer

Create buffer with initial values.

Create buffer with initial values.

def apply(array: Array[Byte]): ByteBuffer

Create buffer from an array copy.

Create buffer from an array copy.

An empty buffer.

An empty buffer.