Reads a byte from the current stream.
[Visual Basic] Overrides Public Function ReadByte() As Integer [C#] public override int ReadByte(); [C++] public: override int ReadByte(); [JScript] public override function ReadByte() : int;
A byte read from the current stream.
MemoryStream Class | MemoryStream Members | System.IO Namespace