Exemplo n.º 1
0
 protected void writeByteOrder(ByteBuffer output) {
   output.put(output.getByteOrder().byteValue());
 }