摘要:
我们经常使用ByteBuffer。通俗的Non-DerictedByteBuffer结构如下HeapByteBuffer extends ByteBuffer { Byte[] array; int pos,limit,cap,mark;}通俗的DirectByteBuffer结构如下Dir... 阅读全文
posted @ 2014-05-26 23:09
真心的不懂
阅读(2537)
评论(0)
推荐(1)
摘要:
import java.util.ArrayList;import java.util.List;public class SubSetCount { public static void main(String[] args) { String test = new String("ABCD... 阅读全文
posted @ 2014-05-26 16:48
真心的不懂
阅读(447)
评论(0)
推荐(0)
浙公网安备 33010602011771号