writeBoolean

 

public void writeBoolean(boolean v) throws IOException;

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

Parameters

  • v - the boolean to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14060_