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