sealed trait Reader extends RecordSig
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reader
- RecordSig
- Mutable
- MutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
$clone: MutableMarker
- Definition Classes
- MutableMarker → Clonable
-
abstract
def
$content: Seq[(java.lang.String, Any)]
- Definition Classes
- RecordSig
- abstract def curr: Z
- abstract def error(offset: Z, msg: String): Unit
- abstract def expectZ(n: Z): Unit
- abstract def init(): Unit
- abstract def readArrayHeader(): Z
- abstract def readB(): B
- abstract def readBinary(): sireum.ISZ[U8]
- abstract def readDocInfo(): DocInfo
- abstract def readExtTypeHeader(): Option[(S8, Z)]
- abstract def readF32(): F32
- abstract def readF64(): F64
- abstract def readMapHeader(): Z
- abstract def readPayload(n: Z): sireum.ISZ[U8]
- abstract def readR(): R
- abstract def readString(): String
- abstract def readZ(): Z
- abstract def skip(n: Z): Unit
- abstract def skipIfNil(): B
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Mutable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Mutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Mutable
-
final
def
$owned: Boolean
- Definition Classes
- RecordSig → MutableMarker
-
final
def
$owned_=(b: Boolean): Reader.this.type
- Definition Classes
- RecordSig → MutableMarker
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fix8(n: Z): Z
- Annotations
- @pure()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hash: Z
- Definition Classes
- RecordSig
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readBag[T](f: () ⇒ T): Bag[T]
- def readC(): C
- def readEither[L, R](l: () ⇒ L, r: () ⇒ R): Either[L, R]
- def readGraph[V, E](f: () ⇒ V, g: () ⇒ E): Graph[V, E]
- def readHashBag[T](f: () ⇒ T): HashBag[T]
- def readHashMap[K, V](f: () ⇒ K, g: () ⇒ V): HashMap[K, V]
- def readHashSMap[K, V](f: () ⇒ K, g: () ⇒ V): HashSMap[K, V]
- def readHashSSet[T](f: () ⇒ T): HashSSet[T]
- def readHashSet[T](f: () ⇒ T): HashSet[T]
- def readISN[V](f: () ⇒ V): IS[N, V]
- def readISN16[V](f: () ⇒ V): IS[N16, V]
- def readISN32[V](f: () ⇒ V): IS[N32, V]
- def readISN64[V](f: () ⇒ V): IS[N64, V]
- def readISN8[V](f: () ⇒ V): IS[N8, V]
- def readISS16[V](f: () ⇒ V): IS[S16, V]
- def readISS32[V](f: () ⇒ V): IS[S32, V]
- def readISS64[V](f: () ⇒ V): IS[S64, V]
- def readISS8[V](f: () ⇒ V): IS[S8, V]
- def readISU16[V](f: () ⇒ V): IS[U16, V]
- def readISU32[V](f: () ⇒ V): IS[U32, V]
- def readISU64[V](f: () ⇒ V): IS[U64, V]
- def readISU8[V](f: () ⇒ V): IS[U8, V]
- def readISZ[V](f: () ⇒ V): IS[Z, V]
- def readISZ16[V](f: () ⇒ V): IS[Z16, V]
- def readISZ32[V](f: () ⇒ V): IS[Z32, V]
- def readISZ64[V](f: () ⇒ V): IS[Z64, V]
- def readISZ8[V](f: () ⇒ V): IS[Z8, V]
- def readMEither[L, R](l: () ⇒ L, r: () ⇒ R): MEither[L, R]
- def readMOption[T](f: () ⇒ T): MOption[T]
- def readMSN[V](f: () ⇒ V): MS[N, V]
- def readMSN16[V](f: () ⇒ V): MS[N16, V]
- def readMSN32[V](f: () ⇒ V): MS[N32, V]
- def readMSN64[V](f: () ⇒ V): MS[N64, V]
- def readMSN8[V](f: () ⇒ V): MS[N8, V]
- def readMSS16[V](f: () ⇒ V): MS[S16, V]
- def readMSS32[V](f: () ⇒ V): MS[S32, V]
- def readMSS64[V](f: () ⇒ V): MS[S64, V]
- def readMSS8[V](f: () ⇒ V): MS[S8, V]
- def readMSU16[V](f: () ⇒ V): MS[U16, V]
- def readMSU32[V](f: () ⇒ V): MS[U32, V]
- def readMSU64[V](f: () ⇒ V): MS[U64, V]
- def readMSU8[V](f: () ⇒ V): MS[U8, V]
- def readMSZ[V](f: () ⇒ V): MS[Z, V]
- def readMSZ16[V](f: () ⇒ V): MS[Z16, V]
- def readMSZ32[V](f: () ⇒ V): MS[Z32, V]
- def readMSZ64[V](f: () ⇒ V): MS[Z64, V]
- def readMSZ8[V](f: () ⇒ V): MS[Z8, V]
- def readMap[K, V](f: () ⇒ K, g: () ⇒ V): Map[K, V]
- def readMessage(): Message
- def readN(): N
- def readN16(): N16
- def readN32(): N32
- def readN64(): N64
- def readN8(): N8
- def readOption[T](f: () ⇒ T): Option[T]
- def readPoset[T](f: () ⇒ T): Poset[T]
- def readPosition(): Position
- def readS16(): S16
- def readS32(): S32
- def readS64(): S64
- def readS8(): S8
- def readSet[T](f: () ⇒ T): Set[T]
- def readStack[T](f: () ⇒ T): Stack[T]
- def readU16(): U16
- def readU32(): U32
- def readU64(): U64
- def readU8(): U8
- def readUnionFind[T](f: () ⇒ T): UnionFind[T]
- def readZ16(): Z16
- def readZ32(): Z32
- def readZ64(): Z64
- def readZ8(): Z8
- def readZS(): sireum.ZS
- def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )