stream.readBytes

From GTA Connected
Revision as of 15:29, 24 August 2019 by Mex (talk | contribs) (Mex moved page Stream.readBytes to stream.readBytes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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