stream.readBytes
Jump to navigation
Jump to search
readBytes
Signature: void readBytes(int byteCount)
Usage: read an amount of bytes of raw data from a stream
Parameters
- int byteCount The amount of bytes to read.
Return
void
On failure: null n/a