ByteFormat

object ByteFormat extends Format[Byte]
trait Format[Byte]
trait Writes[Byte]
trait Reads[Byte]
class Object
trait Matchable
class Any

Value members

Concrete methods

def reads(in: Input): Byte
def writes(out: Output, value: Byte): Unit