Reads an object of type Int32 from the current stream and advances the stream position. This method reads directly from the underlying stream.

Namespace: Alachisoft.NCache.Runtime.Serialization.IO
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public abstract int ReadInt32()
Visual Basic
Public MustOverride Function ReadInt32 As Integer
Visual C++
public:
virtual int ReadInt32() abstract

Return Value

object read from the stream

See Also