PyIStream
.Read
string =
Read(
numBytes
)
Read the specified number of bytes from the string.
Parameters
numBytes
: int
The number of bytes to read from the stream. Must not be zero.
Return Value
The result is a string containing binary data.