ByteBuffer
ByteBuffer(nint, JniHandleOwnership)
Char
Double
Float
HasArray
Int
JniPeerMembers
Long
Short
ThresholdClass
ThresholdType
AlignedSlice(Int32)
AlignmentOffset(Int32, Int32)
Allocate(Int32)
AllocateDirect(Int32)
ArrayOffset()
AsCharBuffer()
AsDoubleBuffer()
AsFloatBuffer()
AsIntBuffer()
AsLongBuffer()
AsReadOnlyBuffer()
AsShortBuffer()
Compact()
CompareTo(ByteBuffer)
Duplicate()
Get()
Get(Byte[])
Get(Int32)
Get(Int32, Byte[])
Get(Byte[], Int32, Int32)
Get(Int32, Byte[], Int32, Int32)
GetChar(Int32)
GetDouble(Int32)
GetFloat(Int32)
GetInt(Int32)
GetLong(Int32)
GetShort(Int32)
Mismatch(ByteBuffer)
Order()
Order(ByteOrder)
Put(Byte[])
Put(ByteBuffer)
Put(SByte)
Put(Int32, Byte[])
Put(Int32, SByte)
Put(Byte[], Int32, Int32)
Put(Int32, Byte[], Int32, Int32)
Put(Int32, ByteBuffer, Int32, Int32)
PutChar(Char)
PutChar(Int32, Char)
PutDouble(Double)
PutDouble(Int32, Double)
PutFloat(Single)
PutFloat(Int32, Single)
PutInt(Int32)
PutInt(Int32, Int32)
PutLong(Int64)
PutLong(Int32, Int64)
PutShort(Int16)
PutShort(Int32, Int16)
Slice()
Slice(Int32, Int32)
Wrap(Byte[])
Wrap(Byte[], Int32, Int32)
net10.0-android36.0
namespace Java.Nio
{
[Register("java/nio/ByteBuffer", DoNotGenerateAcw = true)]
public abstract class ByteBuffer : Buffer, IJavaObject, IJavaPeerable, IComparable, IDisposable
{
public abstract double Double
{
[Register("getDouble", "()D", "GetGetDoubleHandler")]
get;
}
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.035.036.0 |
Information specific to net10.0-android36.0 | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | The property getter is only supported on the following platforms:
|
- Built-in API
- Package-provided API