GigaSpaces XAP.NET Documentation
ReadByte Method
Class LibraryGigaSpaces.Core.Internal.PbsReusableReadonlyByteArrayStreamReadByte()()()()
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.
Declaration Syntax
C#Visual BasicVisual C++J#
public override int ReadByte()
Public Overrides Function ReadByte As Integer
public:
virtual int ReadByte() override
public int ReadByte()
Return Value
The unsigned byte cast to an Int32, or -1 if at the end of the stream.
Exceptions
ExceptionCondition
NotSupportedExceptionThe stream does not support reading.
ObjectDisposedExceptionMethods were called after the stream was closed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)