|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.maachang.jni.io.Unsafe
public final class Unsafe
sun.misc.Unsafeを呼び出し.
フィールドの概要 | |
---|---|
static boolean |
BIG_ENDIAN
|
static sun.misc.Unsafe |
unsafe
|
static boolean |
UNSAFE_MODE
|
コンストラクタの概要 | |
---|---|
Unsafe()
|
メソッドの概要 | |
---|---|
static sun.misc.Unsafe |
get()
sun.misc.Unsafeオブジェクトを取得. |
static long |
getDirectByteBufferNativeAddress(java.nio.ByteBuffer buf)
DirectByteBufferのNativeアドレスを取得. |
static char |
swap(char x)
charSwap. |
static int |
swap(int x)
intSwap. |
static long |
swap(long x)
longSwap. |
static short |
swap(short x)
shortSwap. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final boolean UNSAFE_MODE
public static final sun.misc.Unsafe unsafe
public static final boolean BIG_ENDIAN
コンストラクタの詳細 |
---|
public Unsafe()
メソッドの詳細 |
---|
public static sun.misc.Unsafe get()
public static long getDirectByteBufferNativeAddress(java.nio.ByteBuffer buf) throws java.lang.Exception
buf
- 対象のByteBufferオブジェクトを設定します.
java.lang.Exception
- 例外.public static short swap(short x)
public static char swap(char x)
public static int swap(int x)
public static long swap(long x)
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |