Lines Matching refs:writeTo
235 * DataContentHandler's <code>writeTo</code> method to write the
244 * @see javax.activation.DataContentHandler#writeTo
279 fdch.writeTo(object, objectMimeType, pos);
299 * If the DataHandler was created with a DataSource, writeTo
303 * If the DataHandler was created with an object, writeTo
306 * <code>writeTo</code> method on the <code>DataContentHandler</code>.
311 public void writeTo(OutputStream os) throws IOException {
330 dch.writeTo(object, objectMimeType, os);
813 public void writeTo(Object obj, String mimeType, OutputStream os)
816 dch.writeTo(obj, mimeType, os);
897 public void writeTo(Object obj, String mimeType, OutputStream os)
900 dch.writeTo(obj, mimeType, os);