摘要: package nlp.nlp; /** * 小端数据,Byte转换 * */ public class ByteConvert { public static void main(String[] args) { ByteConvert c = new ByteConvert(); c.Int2Bytes_LE(126); } ... 阅读全文
posted @ 2017-05-07 22:07 王南辉 阅读(13330) 评论(0) 推荐(0) 编辑