01 2016 档案

摘要:reference: The MIX Computer, The MIX Introduction sets, The basic info storage unit in MIX computer is the byte, which stores positive values in the r 阅读全文
posted @ 2016-01-30 22:56 快乐的小土狗 阅读(198) 评论(0) 推荐(0)
摘要:1.1 NIO Buffers - Class java.nio.BufferNIO data transfer is through the so-called buffers implemented in java.nio.Buffer class. A Buffer is similar to... 阅读全文
posted @ 2016-01-21 18:28 快乐的小土狗 阅读(378) 评论(0) 推荐(0)
摘要:Reference document:Getting started with new I/O (NIO)Preface:NIO was introduced with JDK1.4 for high speed, block oriented I/O in standard Java code. ... 阅读全文
posted @ 2016-01-21 15:50 快乐的小土狗 阅读(227) 评论(0) 推荐(0)
摘要:参考文章: JAVA NIO之浅谈内存映射文件原理与DirectMemory Java NIO 2.0 : Memory-Mapped Files | MappedByteBuffer Tutorial How Java I/O Works Internally at Lower... 阅读全文
posted @ 2016-01-20 18:31 快乐的小土狗 阅读(285) 评论(0) 推荐(0)
摘要:referee:Java Programming TutorialAdvanced Input & Output (I/O)JDK 1.4+ introduced the so-called New I/O int java.nio package and its auxiliary package... 阅读全文
posted @ 2016-01-11 10:30 快乐的小土狗 阅读(349) 评论(0) 推荐(0)
摘要:referee: Java NIO FileChannelA java nio FileChannel is an channel that is connected to a file. Using a file channel you can read data from a file, and... 阅读全文
posted @ 2016-01-10 15:32 快乐的小土狗 阅读(673) 评论(0) 推荐(0)
摘要:This article from JavaTuturialJava provides a mechanism, called object serialization where an object can be represented as a sequence of bytes that in... 阅读全文
posted @ 2016-01-03 21:19 快乐的小土狗 阅读(272) 评论(0) 推荐(0)