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