A B C D E F G I L M N O P R S U W

A

AbstractFastNativeBuffer - org.maachang.jni.io の クラス
状態チェックを無視するNativeBuffer.
AbstractFastNativeBuffer() - クラス org.maachang.jni.io.AbstractFastNativeBuffer のコンストラクタ
 
AbstractNativeBuffer - org.maachang.jni.io の クラス
AbstractNativeBuffer.
AbstractNativeBuffer() - クラス org.maachang.jni.io.AbstractNativeBuffer のコンストラクタ
 
available() - クラス org.maachang.jni.io.NativeInputStream のメソッド
残り容量を取得.

B

BIG_ENDIAN - クラス org.maachang.jni.io.Unsafe の static 変数
 

C

clear() - クラス org.maachang.jni.io.FastMemoryBuffer のメソッド
メモリクリア.
clear() - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
メモリクリア.
clear() - クラス org.maachang.jni.io.MemoryBuffer のメソッド
メモリクリア.
clear() - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
メモリクリア.
clear() - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
メモリクリア.
close() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
クローズ処理.
close() - クラス org.maachang.jni.io.NativeInputStream のメソッド
ファイルクローズ.
close() - クラス org.maachang.jni.io.NativeOutputStream のメソッド
ファイルクローズ.
close() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
クローズ処理.
create(int) - クラス org.maachang.jni.io.FastMemoryBuffer のメソッド
メモリ生成.
create(ByteBuffer) - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
情報生成.
create(ByteBuffer, int, int) - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
情報生成.
create(int) - クラス org.maachang.jni.io.MemoryBuffer のメソッド
メモリ生成.
create(ByteBuffer) - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
情報生成.
create(ByteBuffer, int, int) - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
情報生成.
createMemory(boolean, int) - クラス org.maachang.jni.io.NativeRandomIO の static メソッド
メモリ情報を生成.
createMmap(long, int) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
mmap情報を生成.
createMmap(boolean, long, int) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
mmap情報を生成.

D

DirectMemoryIO - org.maachang.jni.io の クラス
メモリ直接操作処理.

E

equals(long, int, long, int, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
バイナリ情報比較.

F

FastDirectMemoryIO - org.maachang.jni.io の クラス
高速メモリ直接操作処理.
FastMemoryBuffer - org.maachang.jni.io の クラス
高速MemoryBuffer.
FastMemoryBuffer(int) - クラス org.maachang.jni.io.FastMemoryBuffer のコンストラクタ
コンストラクタ.
FastMemoryByteBuffer - org.maachang.jni.io の クラス
高速DirectByteBufferをNativeBuffer操作オブジェクト.
FastMemoryByteBuffer() - クラス org.maachang.jni.io.FastMemoryByteBuffer のコンストラクタ
コンストラクタ.
FastMemoryByteBuffer(ByteBuffer) - クラス org.maachang.jni.io.FastMemoryByteBuffer のコンストラクタ
コンストラクタ.
FastMemoryByteBuffer(ByteBuffer, int, int) - クラス org.maachang.jni.io.FastMemoryByteBuffer のコンストラクタ
コンストラクタ.
flush() - インタフェース org.maachang.jni.io.MmapBuffer のメソッド
指定長のmmap領域を強制書き込み.
flush() - クラス org.maachang.jni.io.NativeOutputStream のメソッド
ファイル更新.
fnv64(long, int, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
fnvHash計算.
free(long) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
free.
fsync() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
ファイルキャッシュ強制出力.
fsync() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
ファイルキャッシュ強制出力.

G

get(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
1バイトの情報を取得.
get(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
1バイトの情報を取得.
get() - クラス org.maachang.jni.io.Unsafe の static メソッド
sun.misc.Unsafeオブジェクトを取得.
getAddress() - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
メモリ先頭アドレスを取得.
getAddress() - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
メモリ先頭アドレスを取得.
getAddress() - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
メモリ先頭アドレスを取得.
getBinary(int, byte[], int, int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
binary情報を取得.
getBinary(int, byte[], int, int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
binary情報を取得.
getBinary(long, int, byte[], int, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
binary情報を取得.
getBinary(long, int, byte[], int, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
binary情報を取得.
getBinary(int, byte[], int, int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
binary情報を取得.
getBoolean(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
boolean取得.
getBoolean(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
boolean取得.
getBoolean(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
boolean取得.
getBoolean(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
boolean取得.
getBoolean(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
boolean取得.
getByte(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
byte情報を取得.
getByte(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
byte情報を取得.
getByte(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
byte情報を取得.
getByteBuffer() - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
ByteBufferを取得.
getByteBuffer() - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
ByteBufferを取得.
getChar(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
char取得.
getChar(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
char取得.
getChar(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
char取得.
getChar(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
char取得.
getChar(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
char取得.
getDirectByteBufferNativeAddress(ByteBuffer) - クラス org.maachang.jni.io.Unsafe の static メソッド
DirectByteBufferのNativeアドレスを取得.
getDouble(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
double取得.
getDouble(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
double取得.
getDouble(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
double取得.
getDouble(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
double取得.
getDouble(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
double取得.
getFileObject() - インタフェース org.maachang.jni.io.MmapBuffer のメソッド
mmap対象元のファイルオブジェクトを取得.
getFloat(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
float取得.
getFloat(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
float取得.
getFloat(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
float取得.
getFloat(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
float取得.
getFloat(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
float取得.
getInt(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
int取得.
getInt(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
int取得.
getInt(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
int取得.
getInt(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
int取得.
getInt(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
int取得.
getLength() - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
メモリサイズを取得.
getLength() - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
メモリサイズを取得.
getLength() - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
メモリサイズを取得.
getLong(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
long取得.
getLong(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
long取得.
getLong(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
long取得.
getLong(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
long取得.
getLong(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
long取得.
getName() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
オープンファイル名を取得.
getName() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
オープンファイル名を取得.
getOffsetLength() - インタフェース org.maachang.jni.io.MmapBuffer のメソッド
オフセット値+長さを取得.
getOption() - インタフェース org.maachang.jni.io.MmapBuffer のメソッド
mmap Read/Writeモードを取得.
getOption() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
ファイルオプションを取得.
getOption() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
ファイルオプションを取得.
getPageFileLength() - クラス org.maachang.jni.io.NativeRandomIO の static メソッド
ページファイルサイズを取得.
getPageFileShift() - クラス org.maachang.jni.io.NativeRandomIO の static メソッド
ページファイルシフト値を取得.
getSeek() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
現在のシーク位置を取得.
getSeek() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
現在のシーク位置を取得.
getShort(int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
short取得.
getShort(int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
short取得.
getShort(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
short取得.
getShort(long, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
short取得.
getShort(int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
short取得.

I

indexOf(byte[]) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
IndexOf.
indexOf(byte[], int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
IndexOf.
indexOf(byte[]) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
IndexOf.
indexOf(byte[], int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
IndexOf.
indexOf(long, int, int, byte[]) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
IndexOf.
indexOf(byte[]) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
IndexOf.
indexOf(byte[], int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
IndexOf.
isClear() - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
メモリクリアチェック.
isClear() - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
メモリクリアチェック.
isClear() - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
メモリクリアチェック.
isFileClose() - インタフェース org.maachang.jni.io.MmapBuffer のメソッド
mmap対象元のファイルが閉じているかチェック.
isOpen() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
ファイルがオープン中かチェック.
isOpen() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
ファイルがオープン中かチェック.

L

lastIndexOf(byte[]) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
lastIndexOf.
lastIndexOf(byte[], int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
lastIndexOf.
lastIndexOf(byte[]) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
lastIndexOf.
lastIndexOf(byte[], int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
lastIndexOf.
lastIndexOf(long, int, int, byte[]) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
lastIndexOf.
lastIndexOf(byte[]) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
lastIndexOf.
lastIndexOf(byte[], int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
lastIndexOf.
length() - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
現在のファイルサイズを取得.
length(long) - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
ファイルサイズを設定.
length() - クラス org.maachang.jni.io.NativeRandomIO のメソッド
現在のファイルサイズを取得.
length(long) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
ファイルサイズを設定.
limit() - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
limitを取得.
limit(int) - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
limitを設定.
limit() - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
limitを取得.
limit(int) - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
limitを設定.

M

malloc(int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
malloc.
markSupported() - クラス org.maachang.jni.io.NativeInputStream のメソッド
markサポート.
memcpy(long, long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
memcpy.
MemoryBuffer - org.maachang.jni.io の クラス
MemoryBuffer.
MemoryBuffer(int) - クラス org.maachang.jni.io.MemoryBuffer のコンストラクタ
コンストラクタ.
MemoryByteBuffer - org.maachang.jni.io の クラス
DirectByteBufferをNativeBuffer操作するオブジェクト.
MemoryByteBuffer() - クラス org.maachang.jni.io.MemoryByteBuffer のコンストラクタ
コンストラクタ.
MemoryByteBuffer(ByteBuffer) - クラス org.maachang.jni.io.MemoryByteBuffer のコンストラクタ
コンストラクタ.
MemoryByteBuffer(ByteBuffer, int, int) - クラス org.maachang.jni.io.MemoryByteBuffer のコンストラクタ
コンストラクタ.
memset(long, byte, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
memset.
MmapBuffer - org.maachang.jni.io の インタフェース
MmapBuffer.

N

NativeBuffer - org.maachang.jni.io の インタフェース
NativeBuffer.
NativeFastRandomIO - org.maachang.jni.io の クラス
NativeRandomI/O(FAST).
NativeFastRandomIO(int, String) - クラス org.maachang.jni.io.NativeFastRandomIO のコンストラクタ
コンストラクタ.
NativeInputStream - org.maachang.jni.io の クラス
NativeInputStream.
NativeInputStream(String) - クラス org.maachang.jni.io.NativeInputStream のコンストラクタ
コンストラクタ.
NativeOutputStream - org.maachang.jni.io の クラス
NativeOutputStream.
NativeOutputStream(String) - クラス org.maachang.jni.io.NativeOutputStream のコンストラクタ
ファイルオープン.
NativeOutputStream(boolean, String) - クラス org.maachang.jni.io.NativeOutputStream のコンストラクタ
ファイルオープン.
NativeRandomIO - org.maachang.jni.io の クラス
NativeRandomI/O
NativeRandomIO(int, String) - クラス org.maachang.jni.io.NativeRandomIO のコンストラクタ
コンストラクタ.

O

OPT_READ - インタフェース org.maachang.jni.io.MmapBuffer の static 変数
MMAPモード : 読み込み.
OPT_READ - クラス org.maachang.jni.io.NativeRandomIO の static 変数
ファイルアクセスオプション : 読み込み専用.
OPT_WRITE - インタフェース org.maachang.jni.io.MmapBuffer の static 変数
MMAPモード : 読み込み+書き込み.
OPT_WRITE - クラス org.maachang.jni.io.NativeRandomIO の static 変数
ファイルアクセスオプション : 読み書き用.
org.maachang.jni.io - パッケージ org.maachang.jni.io
nativeI/Oパッケージ

P

position() - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
positionを取得.
position(int) - クラス org.maachang.jni.io.FastMemoryByteBuffer のメソッド
positionを設定.
position() - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
positionを取得.
position(int) - クラス org.maachang.jni.io.MemoryByteBuffer のメソッド
positionを設定.
put(long, int, byte) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
1バイトの情報を設定.
put(long, int, byte) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
1バイトの情報を設定.
putBinary(int, byte[], int, int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
binary情報を設定.
putBinary(int, byte[], int, int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
binary情報を設定.
putBinary(long, int, byte[], int, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
binary情報を設定.
putBinary(long, int, byte[], int, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
binary情報を設定.
putBinary(int, byte[], int, int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
binary情報を設定.
putBoolean(int, boolean) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
boolean設定.
putBoolean(int, boolean) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
boolean設定.
putBoolean(long, int, boolean) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
boolean設定.
putBoolean(long, int, boolean) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
boolean設定.
putBoolean(int, boolean) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
boolean設定.
putByte(int, byte) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
byte情報を設定.
putByte(int, byte) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
byte情報を設定.
putByte(int, byte) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
byte情報を設定.
putChar(int, char) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
char設定.
putChar(int, char) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
char設定.
putChar(long, int, char) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
char設定.
putChar(long, int, char) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
char設定.
putChar(int, char) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
char設定.
putDouble(int, double) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
double設定.
putDouble(int, double) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
double設定.
putDouble(long, int, double) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
double設定.
putDouble(long, int, double) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
double設定.
putDouble(int, double) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
double設定.
putFloat(int, float) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
float設定.
putFloat(int, float) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
float設定.
putFloat(long, int, float) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
float設定.
putFloat(long, int, float) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
float設定.
putFloat(int, float) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
float設定.
putInt(int, int) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
int設定.
putInt(int, int) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
int設定.
putInt(long, int, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
int設定.
putInt(long, int, int) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
int設定.
putInt(int, int) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
int設定.
putLong(int, long) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
long設定.
putLong(int, long) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
long設定.
putLong(long, int, long) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
long設定.
putLong(long, int, long) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
long設定.
putLong(int, long) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
long設定.
putShort(int, short) - クラス org.maachang.jni.io.AbstractFastNativeBuffer のメソッド
short設定.
putShort(int, short) - クラス org.maachang.jni.io.AbstractNativeBuffer のメソッド
short設定.
putShort(long, int, short) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
short設定.
putShort(long, int, short) - クラス org.maachang.jni.io.FastDirectMemoryIO の static メソッド
short設定.
putShort(int, short) - インタフェース org.maachang.jni.io.NativeBuffer のメソッド
short設定.

R

read(NativeBuffer, int, int) - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
読み込み処理.
read(NativeBuffer, long, int, int) - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
読み込み処理.
read() - クラス org.maachang.jni.io.NativeInputStream のメソッド
読み込み処理.
read(NativeBuffer, int, int) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
読み込み処理.
read(NativeBuffer, long, int, int) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
読み込み処理.
realloc(long, int) - クラス org.maachang.jni.io.DirectMemoryIO の static メソッド
realloc.
reCreate(int) - クラス org.maachang.jni.io.FastMemoryBuffer のメソッド
メモリ領域再生成.
reCreate(int) - クラス org.maachang.jni.io.MemoryBuffer のメソッド
メモリ領域再生成.
reCreate(long, int) - インタフェース org.maachang.jni.io.MmapBuffer のメソッド
mmap再割り当て.

S

swap(short) - クラス org.maachang.jni.io.Unsafe の static メソッド
shortSwap.
swap(char) - クラス org.maachang.jni.io.Unsafe の static メソッド
charSwap.
swap(int) - クラス org.maachang.jni.io.Unsafe の static メソッド
intSwap.
swap(long) - クラス org.maachang.jni.io.Unsafe の static メソッド
longSwap.

U

Unsafe - org.maachang.jni.io の クラス
sun.misc.Unsafeを呼び出し.
Unsafe() - クラス org.maachang.jni.io.Unsafe のコンストラクタ
 
unsafe - クラス org.maachang.jni.io.Unsafe の static 変数
 
UNSAFE_MODE - クラス org.maachang.jni.io.Unsafe の static 変数
 

W

write(NativeBuffer, int, int) - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
書込み処理.
write(NativeBuffer, long, int, int) - クラス org.maachang.jni.io.NativeFastRandomIO のメソッド
書込み処理.
write(int) - クラス org.maachang.jni.io.NativeOutputStream のメソッド
書き込み処理.
write(NativeBuffer, int, int) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
書込み処理.
write(NativeBuffer, long, int, int) - クラス org.maachang.jni.io.NativeRandomIO のメソッド
書込み処理.

A B C D E F G I L M N O P R S U W