toByte method

int toByte()

Implementation

int toByte() {
  return bitsToByte([
    this.compression,
    this.checksum,
  ]);
}