Method ReadLong
ReadLong()
Reads an 8-byte signed long from the stream and advances the current position of the stream by eight bytes.
Declaration
public long ReadLong()
Returns
Type | Description |
---|---|
long | An 8-byte signed long read from the current stream, or 0 if the end of the stream has been reached. |