@Override
 public void encodeValue(
     final BCF2Encoder encoder, final Object value, final BCF2Type type, final int minValues)
     throws IOException {
   encoder.encodeRawBytes(1, getStaticType());
 }