JavaUTF

sbinary.JavaUTF
trait JavaUTF extends CoreProtocol

Attributes

Graph
Supertypes
trait Protocol
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Classlikes

object StringFormat extends Format[String]

A Format for strings compatible with the modified UTF format used by java.io.DataInput and java.io.DataOutput.

A Format for strings compatible with the modified UTF format used by java.io.DataInput and java.io.DataOutput.

Attributes

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

Inherited classlikes

object ByteFormat extends Format[Byte]

Attributes

Inherited from:
Protocol
Graph
Supertypes
trait Format[Byte]
trait Writes[Byte]
trait Reads[Byte]
class Object
trait Matchable
class Any
object UnitFormat extends Format[Unit]

Attributes

Inherited from:
Protocol
Graph
Supertypes
trait Format[Unit]
trait Writes[Unit]
trait Reads[Unit]
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit val BooleanFormat: Format[Boolean]

Attributes

Inherited from:
CoreProtocol
implicit val CharFormat: Format[Char]

Attributes

Inherited from:
CoreProtocol
implicit val DoubleFormat: Format[Double]

Attributes

Inherited from:
CoreProtocol
implicit val FloatFormat: Format[Float]

Attributes

Inherited from:
CoreProtocol
implicit val IntFormat: Format[Int]

Attributes

Inherited from:
CoreProtocol
implicit val LongFormat: Format[Long]

Attributes

Inherited from:
CoreProtocol
implicit val ShortFormat: Format[Short]

Attributes

Inherited from:
CoreProtocol