toInt method

int toInt()

Converts this attributes into byte.

Implementation

int toInt() {
  return _compressionToInt();
}