setDataOffset

 

public void setDataOffset(int offset) throws EOFException;

Moves the cursor to a new absolute position in the message buffer. This method is identical to seek(), and is provided for cross-language compatibility with the other WebSphere MQ APIs.

Parameters

  • offset - the new value of the cursor position.

Exceptions

  • EOFException - if offset takes cursor outside the message data.


uj14010_