Instance Constructors
-
new
BinaryInputStreamReader(in: InputStream, mirror: Mirror, format: BinaryPickleFormat)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
var
_lastTypeStringRead: String
-
def
areHintsPinned: Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
atObject: Boolean
-
def
atPrimitive: Boolean
-
def
beginCollection(): PReader
-
-
def
beginEntryNoTag(): String
-
def
beginEntryNoTagDebug(debugOn: Boolean): String
-
def
clone(): AnyRef
-
def
decodeBoolean(): Boolean
-
def
decodeBooleanArray(): Array[Boolean]
-
def
decodeByteArray(): Array[Byte]
-
def
decodeChar(): Char
-
def
decodeCharArray(): Array[Char]
-
def
decodeDoubleArray(): Array[Double]
-
def
decodeFloatArray(): Array[Float]
-
def
decodeInt(): Int
-
def
decodeIntArray(): Array[Int]
-
def
decodeIntWithLookahead(): Int
-
def
decodeLong(): Long
-
def
decodeLongArray(): Array[Long]
-
def
decodeShort(): Short
-
def
decodeShortArray(): Array[Short]
-
def
decodeString(): String
-
def
decodeStringWithLookahead(la: Byte): String
-
def
endCollection(): Unit
-
def
endEntry(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
var
gla: Option[Byte]
-
def
hashCode(): Int
-
-
-
-
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
-
val
mirror: Mirror
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nextByte(): Byte
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
def
readElement(): PReader
-
-
def
readLength(): Int
-
def
readPrimitive(): Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withHints[T](body: (Hints) ⇒ T): T