|
BlockAllocatedMemoryStreamReadByte Method
|
Reads a byte from the current stream.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntaxpublic 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