Java中的ByteBufferallocateDirect()方法
可以使用allocateDirect()java.nio.ByteBuffer类中的方法分配直接字节缓冲区。此方法需要一个参数,即以字节为单位的容量,它返回直接字节缓冲区。如果提供的容量为负,则抛出IllegalArgumentException。
演示此的程序如下所示-
示例
import java.nio.*;
import java.util.*;
public class Demo {
public static void main(String[] args) {
int n = 5;
try {
ByteBuffer buffer = ByteBuffer.allocateDirect(n);
byte[] byteValues = { 7, 1, 6, 3, 8 };
buffer = ByteBuffer.wrap(byteValues);
System.out.println("The direct ByteBuffer is: " + Arrays.toString(buffer.array()));
System.out.println("\nThe state of the ByteBuffer is: ");
System.out.println(buffer.toString());
} catch (IllegalArgumentException e) {
System.out.println("Error!!! IllegalArgumentException");
} catch (ReadOnlyBufferException e) {
System.out.println("Error!!! ReadOnlyBufferException");
}
}
}输出结果
The direct ByteBuffer is: [7, 1, 6, 3, 8] The state of the ByteBuffer is: java.nio.HeapByteBuffer[pos=0 lim=5 cap=5]
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短