王安禹的blog

导航

2016年6月13日 #

ByteArrayBuilder

摘要: public class ByteArrayBuilder : IDisposable { #region Constants /// /// True in a byte form of the Line /// const byte streamTrue = (byte)1; ... 阅读全文

posted @ 2016-06-13 16:41 王安禹的blog 阅读(447) 评论(0) 推荐(0) 编辑

byte数据的常用操作函数[转发]

摘要: 1 /// 2 /// 本类提供了对byte数据的常用操作函数 3 /// 4 public class ByteUtil 5 { 6 private static char[] HEX_CHARS = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; 7 p 阅读全文

posted @ 2016-06-13 16:34 王安禹的blog 阅读(3946) 评论(0) 推荐(0) 编辑