stream.readBytes
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
Signature: void readBytes(int byteCount)
Usage: read an amount of bytes of raw data from a stream
void
On failure: null n/a