Method | Description | |
---|---|---|
Read ( int buffer ) : int |
Streams data into the given buffer, starting at offset 0, until there is no more data or no more room. Returns the number of values written to the buffer. Returning 0 indicates the end of the stream.
|