DirectMemory, Memorypublic class NullMemory extends InvalidMemory implements DirectMemory
| Constructor | Description |
|---|---|
NullMemory() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
long |
getAddress() |
|
int |
hashCode() |
|
boolean |
isDirect() |
Checks if the memory area is a native memory pointer.
|
boolean |
isNull() |
Checks if the memory area is NULL.
|
asByteBuffer, clear, get, get, get, get, get, get, getAddress, getByte, getDouble, getFloat, getInt, getLong, getMemory, getNativeLong, getShort, getZeroTerminatedByteArray, getZeroTerminatedByteArray, indexOf, indexOf, put, put, put, put, put, put, putAddress, putAddress, putByte, putDouble, putFloat, putInt, putLong, putMemory, putNativeLong, putShort, putZeroTerminatedByteArray, setMemory, sliceget, get, get, get, get, get, getAddress, getByte, getDouble, getFloat, getInt, getLong, getMemory, getNativeLong, getShort, getZeroTerminatedByteArray, indexOf, indexOf, put, put, put, put, put, put, putAddress, putAddress, putByte, putDouble, putFloat, putInt, putLong, putNativeLong, putShort, putZeroTerminatedByteArray, setMemory, slicepublic long getAddress()
getAddress in interface DirectMemorypublic boolean isNull()
Memorypublic final boolean isDirect()
Memorypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object