Swift_Encoder_QpEncoder::_nextSequence PHP Method

_nextSequence() protected method

Get the next sequence of bytes to read from the char stream.
protected _nextSequence ( integer $size = 4 ) : integer[]
$size integer number of bytes to read
return integer[]
    protected function _nextSequence($size = 4)
    {
        return $this->_charStream->readBytes($size);
    }