Bytes

final class Bytes(val buf: Array[Byte], val start: Int, val end: Int)
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def length: Int
def writeTo(os: OutputStream): Unit

Concrete fields

val buf: Array[Byte]
val end: Int
val start: Int