Skip Headers

Oracle® interMedia Java Classes Reference
10g Release 1 (10.1)

Part Number B10830-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

8.1 Prerequisites

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)

http://java.sun.com/products/java-media/jai/