Ejemplo n.º 1
0
        //check

        /// <summary>
        /// 获取某一段的字节hash(short)
        /// </summary>
        public short getHashCheck(int pos, int length)
        {
            return(BytesUtils.getHashCheck(_buf, pos + _off, length));
        }