getDataOffset

 

public int getDataOffset() throws IOException;

Returns the current cursor position within the message data (the point at which read and write operations take effect).

Returns

  • the cursor position.

Exceptions

  • IOException - if there is a problem with IO.


uj13700_