Exemplo n.º 1
0
 @Override
 public final byte[] toByteArray() throws EncoderException {
   byte[] buffer = new byte[2];
   BitHelpers.putShortLE(value, buffer, 0);
   return buffer;
 }