摘要:
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
王吉元
阅读(12538)
评论(1)
推荐(0)
浙公网安备 33010602011771号