ByteBuffer

com.github.arturopala.bufferandslice.ByteBuffer
See theByteBuffer companion class
object ByteBuffer

ByteBuffer factory.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ByteBuffer.type

Members list

Value members

Concrete methods

def apply(elems: Int*): ByteBuffer

Create buffer with initial values.

Create buffer with initial values.

Attributes

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

Create buffer from an array copy.

Create buffer from an array copy.

Attributes

An empty buffer.

An empty buffer.

Attributes