BinaryReader
Methods
-
length()
: DataSize
-
position()
: DataSize
-
readBits()
: Generator<string|int, int>
-
readBytes()
: string
-
readVarInt()
: int
-
remainingLength()
: DataSize
-
seekBits()
: void
-
seekBytes()
: void
length()
public
length() : DataSize
position()
public
position() : DataSize
readBits()
public
readBits(int $total) : Generator<string|int, int>
Parameters
-
$total
: int
-
Return values
Generator<string|int, int>
readBytes()
public
readBytes(int $total) : string
Parameters
-
$total
: int
-
readVarInt()
public
readVarInt() : int
remainingLength()
public
remainingLength() : DataSize
seekBits()
public
seekBits(int $bits) : void
Parameters
-
$bits
: int
-
seekBytes()
public
seekBytes(int $bytes) : void
Parameters
-
$bytes
: int
-