Method GetInt64
GetInt64()
Returns the
The 8 bytes starting at the current position are composed into a
NOTE: This was getLong() in the JDK
Declaration
public abstract long GetInt64()
Returns
Type | Description |
---|---|
System.Int64 | the |
Exceptions
Type | Condition |
---|---|
BufferUnderflowException | if the position is greater than |
GetInt64(Int32)
Returns the
The 8 bytes starting at the specified index are composed into a
NOTE: This was getLong() in the JDK
Declaration
public abstract long GetInt64(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | the index, must not be negative and equal or less than |
Returns
Type | Description |
---|---|
System.Int64 | the |