王吉元-NWPU

导航

 

2014年1月2日

摘要: import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.Charset; import java.nio.charset.CharsetDecoder; public class TopNTool { /** * String 转换 ByteBuffer * @param str * @return */ public static ByteBuffer getByteBuffer(String str) {... 阅读全文
posted @ 2014-01-02 14:51 王吉元 阅读(12457) 评论(1) 推荐(0) 编辑