|
BlockAllocatedMemoryStreamReadByte Method
|
Reads a byte from the current stream.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public override int ReadByte()
Public Overrides Function ReadByte As Integer
public:
virtual int ReadByte() override
abstract ReadByte : unit -> int
override ReadByte : unit -> int
View SourceReturn Value
Int32
The current byte cast to an
Int32, or -1 if the end of the stream has been reached.
Exceptions See Also