Method ReadInt64
ReadInt64()
Reads an object of type System.Int64 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract long ReadInt64()
Returns
Type | Description |
---|---|
System.Int64 | object read from the stream |
ReadInt64(Int64)
Reads an object of type System.Int64 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract long ReadInt64(long deafultValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | deafultValue |
Returns
Type | Description |
---|---|
System.Int64 | object read from the stream |