Example #1
0
  public BlockHeader(BaseBlock bb, byte[] blockHeader) {
    super(bb);

    this.packSize = Raw.readIntLittleEndian(blockHeader, 0);
    this.dataSize = this.packSize;
  }
 public int getStats() {
   return Raw.readIntLittleEndian(mem, pos + 2);
 }