If the request method is POST, this method is called from the network library.
BaseRequest request = new BaseRequest(); InputStream in = request.getDataStream();
This method must return with the content stream to be sent to the server.