ByteSlice

object ByteSlice
Companion
class
class Object
trait Matchable
class Any

Value members

Methods

def apply(head: Byte, tail: Byte*): ByteSlice
Creates new detached ByteSlice out of given bytes.
def of(array: Array[Byte]): ByteSlice
def of(array: Array[Byte], from: Int, to: Int): ByteSlice