NIO buffer 缓冲区 API
摘要:package bhz.nio.test; import java.nio.IntBuffer; public class TestBuffer { public static void main(String[] args) { // 1 基本操作 //创建指定长度的缓冲区 IntBuffer b
阅读全文
posted @ 2018-01-08 16:15
posted @ 2018-01-08 16:15