StringFormat

sbinary.JavaUTF.StringFormat$
object StringFormat extends Format[String]

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

Members list

Concise view

Value members

Concrete methods

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