Method ADT.BitBuffer()->read()
- Method read
 stringread(void|intbytes)- Description
 Reads
bytes(or less) bytes from the buffer and returns as string.
string read(void|int bytes)
Reads bytes (or less) bytes from the buffer and returns as
 string.