case class Ext(tag: Byte, data: Array[Byte]) extends Msg with Product with Serializable
- Alphabetic
- By Inheritance
- Ext
- Serializable
- Serializable
- Product
- Equals
- Msg
- Writable
- Readable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Ext(tag: Byte, data: Array[Byte])
Value Members
-
def
arr: ArrayBuffer[Msg]
Returns the elements of this Msg, fails if it is not a upack.Arr
-
def
binary: Array[Byte]
Returns the
String
value of this Msg, fails if it is not a upack.Str -
def
bool: Boolean
Returns the
Boolean
value of this Msg, fails if it is not a upack.BoolReturns the
Boolean
value of this Msg, fails if it is not a upack.Bool- Definition Classes
- Msg
- val data: Array[Byte]
-
def
int32: Int
Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64- Definition Classes
- Msg
-
def
int64: Long
Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64- Definition Classes
- Msg
-
def
isNull: Boolean
Returns true if the value of this Msg is ujson.Null, false otherwise
-
def
obj: LinkedHashMap[Msg, Msg]
Returns the key/value map of this Msg, fails if it is not a upack.Obj
-
def
str: String
Returns the
String
value of this Msg, fails if it is not a upack.Str - val tag: Byte
- def transform[T](f: Visitor[_, T]): T
-
def
writeBytesTo(out: OutputStream): Unit
- Definition Classes
- Msg → Writable