Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
In order to to use the JAI stream objects, you will need to include the following import statements in your Java file:
import oracle.sql.BLOB; import oracle.sql.BFILE;
In order to use JAI with interMedia methods, you will also need to import classes from the oracle.ord.media.jai.io
package into your Java file.
For more information on the Java Advanced Imaging API, see the following Web site (which is maintained by Sun Microsystems)