ResourceStream REALbasic Plugin

ResourceStream.ReadByte Method

Use this function to read a single byte as Integer from the stream.

ReadByte() as Integer

Parameters

Returns

Integer
Returns the byte as Integer ASCII byte code.

Remarks

See Also

ResourceStream Class