ByteSlice

com.github.arturopala.bufferandslice.ByteSlice
See theByteSlice companion class
object ByteSlice

Attributes

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

Members list

Value members

Concrete methods

def apply(head: Byte, tail: Byte*): ByteSlice

Creates new detached ByteSlice out of given bytes.

Creates new detached ByteSlice out of given bytes.

Attributes

def of(array: Array[Byte]): ByteSlice
def of(array: Array[Byte], from: Int, to: Int): ByteSlice