public int GetShortLittle(int offset) { if (offset < 0 || offset > this.length) { return(0); } return(ByteUtil.LittleBytesToShort(bytes, offset)); }