Searched defs:MIMEType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInput.java372 * Returns MIMEType
374 * @return MIMEType
381 * Sets MIMEType
383 * @param MIMEType
385 public void setMIMEType(String MIMEType) { argument
386 this._MIMEType = MIMEType;
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageIO.java758 * @param MIMEType a <code>String</code> containing a file
764 * @exception IllegalArgumentException if <code>MIMEType</code> is
770 getImageReadersByMIMEType(String MIMEType) argument
772 if (MIMEType == null) {
773 throw new IllegalArgumentException("MIMEType == null!");
780 MIMEType),
940 * @param MIMEType a <code>String</code> containing a file
945 * @exception IllegalArgumentException if <code>MIMEType</code> is
951 getImageWritersByMIMEType(String MIMEType) argument
953 if (MIMEType
[all...]

Completed in 33 milliseconds