ReadByte()

FileStream::ReadByte() method

Reads a single byte from the stream and returns a 32-bit integer value equivalent to the value of the read byte.

int32_t System::IO::FileStream::ReadByte() override

See Also