You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZEND_RAW_FENTRY("__construct", zim_pmmp_encoding_ByteBufferReader___construct, arginfo_class_pmmp_encoding_ByteBufferReader___construct, ZEND_ACC_PUBLIC, NULL, "/**\n * Constructs a new ByteBufferReader.\n * Offset will be initialized to 0.\n */")
ZEND_RAW_FENTRY("getData", zim_pmmp_encoding_ByteBufferReader_getData, arginfo_class_pmmp_encoding_ByteBufferReader_getData, ZEND_ACC_PUBLIC, NULL, "/**\n * Returns the string (byte array) that the reader is reading.\n */")
ZEND_RAW_FENTRY("readByteArray", zim_pmmp_encoding_ByteBufferReader_readByteArray, arginfo_class_pmmp_encoding_ByteBufferReader_readByteArray, ZEND_ACC_PUBLIC, NULL, "/**\n * Reads $length raw bytes from the buffer at the current offset.\n * The internal offset will be updated by this operation.\n *\n * @throws DataDecodeException if there are not enough bytes available\n */")
ZEND_RAW_FENTRY("getOffset", zim_pmmp_encoding_ByteBufferReader_getOffset, arginfo_class_pmmp_encoding_ByteBufferReader_getOffset, ZEND_ACC_PUBLIC, NULL, "/**\n * Returns the current internal read offset (the position\n * from which the next read operation will start).\n */")
ZEND_RAW_FENTRY("setOffset", zim_pmmp_encoding_ByteBufferReader_setOffset, arginfo_class_pmmp_encoding_ByteBufferReader_setOffset, ZEND_ACC_PUBLIC, NULL, "/**\n * Sets the internal read offset to the given value.\n * The offset must be within the bounds of the buffer\n * (0 <= offset <= used length).\n *\n * @throws \\ValueError if the offset is out of bounds\n */")
0 commit comments