Instance Constructors
-
new
OmniBinary(underlying: Loader)
Type Members
-
type
Endian = Endianness
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
/(index: Int): AnyForm
-
def
/(key: String): AnyForm
-
final
def
==(arg0: Any): Boolean
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
def
asSeqForm: SeqForm
-
def
asSetForm: SetForm
-
-
-
def
bsonSize: Int
-
def
bsonType: Byte
-
def
canEqual(other: Any): Boolean
-
def
cast[T](implicit T: Mold[T]): Maybe[T]
-
def
clone(): AnyRef
-
def
coerce[T](implicit T: Mold[T]): T
-
def
endian: Endianness
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(other: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isBinaryForm: Boolean
-
def
isBooleanForm: Boolean
-
def
isDateForm: Boolean
-
def
isDefined: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isNullForm: Boolean
-
def
isNumberForm: Boolean
-
def
isObjectForm: Boolean
-
def
isSeqForm: Boolean
-
def
isSetForm: Boolean
-
def
isStringForm: Boolean
-
def
isUndefinedForm: Boolean
-
macro
def
load[T](address: Long)(implicit T: Struct[T]): T
-
def
loadAlignedDouble(address: Long): Double
-
def
loadAlignedFloat(address: Long): Float
-
def
loadAlignedInt(address: Long): Int
-
def
loadAlignedLong(address: Long): Long
-
def
loadAlignedShort(address: Long): Short
-
macro
def
loadArray[T](address: Long, count: Int)(implicit T: Struct[T]): Array[T]
-
def
loadByte(address: Long): Byte
-
def
loadDouble(address: Long): Double
-
def
loadFloat(address: Long): Float
-
def
loadInt(address: Long): Int
-
def
loadLong(address: Long): Long
-
def
loadShort(address: Long): Short
-
macro
def
loadToArray[T](address: Long, array: Array[T], start: Int, count: Int)(implicit T: Struct[T]): Unit
-
def
loadVolatileByte(address: Long): Byte
-
def
loadVolatileDouble(address: Long): Double
-
def
loadVolatileFloat(address: Long): Float
-
def
loadVolatileInt(address: Long): Int
-
def
loadVolatileLong(address: Long): Long
-
def
loadVolatileShort(address: Long): Short
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reader(address: Long): Reader
-
def
size: Long
-
def
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toBase64: String
-
def
toBson: Loader
-
def
toJson: String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeBase64(builder: StringBuilder): Unit
-
def
writeBson(output: Writer): Unit
-
def
writeJson(builder: StringBuilder): Unit
Inherited from Loader
Inherited from ByteOrder[Endianness]
Inherited from Equals
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion LoaderToOps from
OmniBinary to LoaderOps