PlainValueUnpacker
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- unpack() : Generator<string|int, mixed>
Methods
__construct()
public
__construct(BinaryReader $reader[, ByteOrder $byteOrder = ByteOrder::LITTLE_ENDIAN ]) : mixed
Parameters
- $reader : BinaryReader
- $byteOrder : ByteOrder = ByteOrder::LITTLE_ENDIAN
unpack()
public
unpack(FlatColumn $column, int $total) : Generator<string|int, mixed>
Parameters
- $column : FlatColumn
- $total : int