ByteSlice

object ByteSlice
Companion:
class
class Object
trait Matchable
class Any

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.

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