摘要:
学习笔记,转自http://blog.sina.com.cn/s/blog_7a35101201012n0b.html 1 import java.nio.charset.Charset; 2 3 public class ByteUtil 4 { 5 public static... 阅读全文
posted @ 2013-12-19 22:08
will_N
阅读(379)
评论(0)
推荐(0)
摘要:
学习笔记,转自http://tjmljw.iteye.com/blog/1767716 1 public class float2bytes 2 { 3 4 /** 5 * 浮点转换为字节 6 * 7 * @param f 8 * @return ... 阅读全文
posted @ 2013-12-19 17:31
will_N
阅读(5256)
评论(0)
推荐(1)