Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
'Declaration
Public Overrides Function ReadByte() As Integer
'Usage
Dim instance As ArraySegmentStream
Dim value As Integer
value = instance.ReadByte()
public override int ReadByte()
public:
int ReadByte(); override
Return Value
The unsigned byte cast to an Int32, or -1 if at the end of the stream.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2