Qore Programming Language Reference Manual
0.8.12.3
|
This class implements the InputStream interface for reading bytes from a Binary variable. More...
Public Member Functions | |
constructor (binary src) | |
Creates the BinaryInputStream based on the Binary given. More... | |
*binary | read (int limit) |
Reads bytes (up to a specified limit) from the input stream; returns NOTHING if there are no more bytes in the stream. More... | |
![]() | |
constructor () | |
Constructor. More... | |
This class implements the InputStream interface for reading bytes from a Binary variable.
Qore::BinaryInputStream::constructor | ( | binary | src | ) |
Creates the BinaryInputStream based on the Binary given.
src | the Binary to read bytes from |
Reads bytes (up to a specified limit) from the input stream; returns NOTHING if there are no more bytes in the stream.
limit | the maximum number of bytes to read |
Implements Qore::InputStream.