IntFormat

object IntFormat extends Format[Int]
trait Format[Int]
trait Writes[Int]
trait Reads[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

def reads(in: Input): Int
def writes(out: Output, t: Int): Unit