cst_encode_u_8 method

  1. @protected
int cst_encode_u_8(
  1. int raw
)
override

Implementation

@protected
int cst_encode_u_8(int raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return raw;
}