Method PutInt64
PutInt64(Int64)
Writes the given
The
NOTE: This was putLong() in the JDK
Declaration
public abstract ByteBuffer PutInt64(long value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | the |
Returns
Type | Description |
---|---|
Byte |
this buffer. |
Exceptions
Type | Condition |
---|---|
Buffer |
if position is greater than |
Read |
if no changes may be made to the contents of this buffer. |
PutInt64(Int32, Int64)
Writes the given
The
NOTE: This was putLong() in the JDK
Declaration
public abstract ByteBuffer PutInt64(int index, long value)
Parameters
Type | Name | Description |
---|---|---|
System. |
index | the index, must not be negative and equal or less than |
System. |
value | the |
Returns
Type | Description |
---|---|
Byte |
this buffer. |
Exceptions
Type | Condition |
---|---|
Read |
if no changes may be made to the contents of this buffer. |