public void writeTo(final OutputStream outStream) throws IOException {
   callBackInfo.totalLength = getContentLength();
   this.multipart.writeTo(outStream, callBackInfo);
 }