Flow PHP

BinaryBufferReader implements BinaryReader

FinalYes

Interfaces

BinaryReader

Methods

__construct()  : mixed
length()  : DataSize
position()  : DataSize
readBits()  : Generator<string|int, int>
readBytes()  : string
readVarInt()  : int
remainingLength()  : DataSize
seekBits()  : void
seekBytes()  : void

Methods

__construct()

public __construct(string $buffer) : mixed
Parameters
$buffer : string

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
Return values
string

        
On this page

Search results