 | AutoResetStream.ReadByte Method |
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.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override int ReadByte()
public:
virtual int ReadByte() override
abstract ReadByte : unit -> int
override ReadByte : unit -> int
public override function ReadByte() : int
VIRTUAL METHOD ReadByte() AS LONG
Return Value
Type:
Int32The unsigned byte cast to an
Int32, or -1 if at the end of the stream.
Exceptions
See Also