writeByte

 

public void writeByte(int v) throws IOException;

Writes a byte into the message buffer at the current position.

Parameters

  • v - the byte to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14070_