writeInt2

 

public void writeInt2(int v) throws IOException;

Identical to writeShort(), provided for cross-language WebSphere MQ API compatibility.

Parameters

  • v - the long to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14170_