Lines Matching defs:object

52  * object corresponding to the MIME type of the data represented in
80 // DataSource constructor or the object constructor.
85 // object remains null if it was instantiated with a
87 private Object object = null;
121 * Create a <code>DataHandler</code> instance representing an object
127 * @param mimeType the MIME type of the object
130 object = obj;
140 * @param url a URL object
163 * DataHandler object. In other cases the DataHandler
169 * @return a valid DataSource object for this DataHandler
182 * Return the name of the data object. If this DataHandler
187 * @return the name of the object
197 * Return the MIME type of this object as retrieved from
198 * the source object. Note that this is the <i>full</i>
211 * Get the InputStream for this object. <p>
249 "no object DCH for MIME type " + getBaseType());
266 fdch.writeTo(object, objectMimeType, pos);
290 * If the DataHandler was created with an object, writeTo
291 * retrieves the DataContentHandler for the object's type.
317 dch.writeTo(object, objectMimeType, os);
355 * DataFlavor is returned that represents this object's MIME type
357 * DataHandler was created with an object and a MIME type,
359 * this object's MIME type and the object's class.
376 * for this object.<p>
397 * Returns an object that represents the data to be
398 * transferred. The class of the object returned is defined by the
407 * and the flavor specifies this object's MIME type and the
408 * <code>java.io.InputStream</code> class, this object's InputStream
418 * and the flavor specifies this object's MIME type and its class,
419 * this DataHandler's referenced object is returned.
423 * @return the object
519 * If the DataHandler was instantiated with an object, return
520 * the object. <p>
524 * object for the data represented by this DataHandler. If no
534 if (object != null)
535 return object;
541 * A convenience method that takes a CommandInfo object
550 * @return the instantiated command object
573 * Otherwise look for an object to serve DCH in the
625 object,
699 * Returns an <code>InputStream</code> representing this object.
707 * Returns the <code>OutputStream</code> for this object.
715 * Returns the MIME type of the data represented by this object.
723 * Returns the name of this object.
724 * @return the name of this object
796 * Write the object to the output stream.
813 * with an object.
832 * Return the DataContentHandler for this object.
879 * Write the object to the output stream.
892 "no object DCH for MIME type " + this.mimeType);