Method ReadInt64
ReadInt64()
Reads an object of type System.
Declaration
public abstract long ReadInt64()
Returns
Type | Description |
---|---|
System. |
object read from the stream |
ReadInt64(Int64)
Reads an object of type System.
Declaration
public abstract long ReadInt64(long deafultValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
deafultValue |
Returns
Type | Description |
---|---|
System. |
object read from the stream |