Method Standards.ID3.Buffer()->read()
- Method
read
stringread(intbytes)- Description
Read
bytesbytes from the buffer. Throw an exception ifbytesis bigger than the number of bytes left in the buffer before reaching the limit set by set_limit.
string read(int bytes)
Read bytes bytes from the buffer. Throw an exception
if bytes is bigger than the number of bytes left in the
buffer before reaching the limit set by set_limit.