hufCode static method

int hufCode(
  1. int code
)

Implementation

static int hufCode(int code) => code >> 6;