データのコンテナであるバッファについて定義し、その他のNIOパッケージの概要情報を提供します。
-
intバッファとしてこのbyteバッファのビューを作成します。
このバッファの内容を共有する新しい読込み専用intバッファを作成します。
このバッファの内容を共有する新しいintバッファを作成します。
IntBuffer.get(int[] dst, int offset, int length)
IntBuffer.get(int index, int[] dst)
IntBuffer.get(int index, int[] dst, int offset, int length)
IntBuffer.limit(int newLimit)
相対一括putメソッドです (オプションの操作)。
IntBuffer.put(int[] src, int offset, int length)
相対一括putメソッドです (オプションの操作)。
IntBuffer.put(int index, int i)
IntBuffer.put(int index, int[] src)
(optional operation)の絶対一括putメソッド。
IntBuffer.put(int index, int[] src, int offset, int length)
(optional operation)の絶対一括putメソッド。
IntBuffer.put(int index, IntBuffer src, int offset, int length)
(optional operation)の絶対一括putメソッド。
相対一括putメソッドです (オプションの操作)。
このバッファの内容の共有のサブシーケンスを内容とする新しいintバッファを作成します。
IntBuffer.slice(int index, int length)
このバッファの内容の共有のサブシーケンスを内容とする新しいintバッファを作成します。
IntBuffer.wrap(int[] array)
IntBuffer.wrap(int[] array, int offset, int length)
int
int
このバッファと指定されたバッファの最初の不一致の相対索引を検索して戻します。
IntBuffer.put(int index, IntBuffer src, int offset, int length)
(optional operation)の絶対一括putメソッド。
相対一括putメソッドです (オプションの操作)。