__construct() __construct(int $value) : mixed Initialize the bytes array Parameters int $value Returns mixed —
init() init(int $value) : \ZipStream\Bigint Get an instance Parameters int $value Returns \ZipStream\Bigint —
fromLowHigh() fromLowHigh(int $low, int $high) : \ZipStream\Bigint Fill bytes from low to high Parameters int $low int $high Returns \ZipStream\Bigint —
getValue() getValue(int $end, int $length = 8) : int Get value from bytes array Parameters int $end int $length Returns int —
isOver32() isOver32(bool $force = false) : bool Check if is over 32 Parameters bool $force Returns bool —
add() add(\ZipStream\Bigint $other) : \ZipStream\Bigint Add Parameters \ZipStream\Bigint $other Returns \ZipStream\Bigint —
fillBytes() fillBytes(int $value, int $start, int $count) : void Fill the bytes field with int Parameters int $value int $start int $count