ByteArrayFormat

sbinary.CollectionTypes.ByteArrayFormat$
object ByteArrayFormat extends Format[Array[Byte]]

Attributes

Graph
Supertypes
trait Format[Array[Byte]]
trait Writes[Array[Byte]]
trait Reads[Array[Byte]]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def reads(in: Input): Array[Byte]
def writes(out: Output, bytes: Array[Byte]): Unit