Skip navigation links

Oracle Multimedia Java API Reference
11g Release 1 (11.1)

Part No. B28413-01

B C D E F G H I L M O P R S T W


B

BfileInputStream - Class in oracle.ord.media.jai.io
The BfileInputStream class is a SeekableStream object that reads data from Oracle BFILEs.
BfileInputStream(BFILE) - Constructor for class oracle.ord.media.jai.io.BfileInputStream
Creates a BfileInputStream object that reads from the specified BFILE.
BfileInputStream(BFILE, int) - Constructor for class oracle.ord.media.jai.io.BfileInputStream
Creates a BfileInputStream object that reads from the specified BFILE.
BlobInputStream - Class in oracle.ord.media.jai.io
The BlobInputStream class is a SeekableStream object that reads data from database Blobs.
BlobInputStream(Blob) - Constructor for class oracle.ord.media.jai.io.BlobInputStream
Creates a BlobInputStream object that reads from the specified Blob.
BlobInputStream(BLOB) - Constructor for class oracle.ord.media.jai.io.BlobInputStream
Deprecated.  
BlobInputStream(Blob, int) - Constructor for class oracle.ord.media.jai.io.BlobInputStream
Creates a BlobInputStream object that reads from the specified Blob.
BlobOutputStream - Class in oracle.ord.media.jai.io
The BlobOutputStream class writes data to database Blobs.
BlobOutputStream(Blob) - Constructor for class oracle.ord.media.jai.io.BlobOutputStream
Creates a BlobOutputStream object that writes to the specified java.sql.Blob, using a default buffer size of 64KB.
BlobOutputStream(BLOB) - Constructor for class oracle.ord.media.jai.io.BlobOutputStream
Deprecated.  
BlobOutputStream(Blob, int) - Constructor for class oracle.ord.media.jai.io.BlobOutputStream
Creates a BlobOutputStream object that writes to the specified Blob, using the given integer as the maximum buffer size.
ByteArraySeekableOutputStream - Class in oracle.ord.media.jai.io
A SeekableOutputStream class that writes to a ByteArrayOutputStream object whose original contents will be overwritten.
ByteArraySeekableOutputStream(ByteArrayOutputStream) - Constructor for class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Creates a ByteArraySeekableOutputStream object from a ByteArrayOutputStream object.

C

canSeekBackwards() - Method in class oracle.ord.media.jai.io.BfileInputStream
Checks whether or not the stream can seek backward.
canSeekBackwards() - Method in class oracle.ord.media.jai.io.BlobInputStream
Checks whether or not the stream can seek backward.
checkProperties(byte[][]) - Method in class oracle.ord.im.OrdAudio
Checks if the properties of the audio data are consistent with the attributes of the OrdAudio Java object.
checkProperties() - Method in class oracle.ord.im.OrdImage
Checks if the properties of the image data are consistent with the attributes of the OrdImage Java object.
checkProperties(byte[][]) - Method in class oracle.ord.im.OrdVideo
Checks if the properties of the video data are consistent with the attributes of the OrdVideo Java object.
clearLocal() - Method in class oracle.ord.im.OrdAudio
Clears the local attribute to indicate that the audio data is stored externally.
clearLocal() - Method in class oracle.ord.im.OrdDoc
Clears the local attribute to indicate that the media data is stored externally.
clearLocal() - Method in class oracle.ord.im.OrdImage
Clears the local attribute to indicate that the image data is stored externally.
clearLocal() - Method in class oracle.ord.im.OrdVideo
Clears the local attribute to indicate that the video data is stored externally.
close() - Method in interface oracle.ord.media.io.SeekableInputStream
Closes the input stream and releases any resources associated with this stream.
close() - Method in class oracle.ord.media.jai.io.BfileInputStream
Closes the BfileInputStream object, releasing any resources being used.
close() - Method in class oracle.ord.media.jai.io.BlobInputStream
Closes the BlobInputStream object, releasing any resources being used.
close() - Method in class oracle.ord.media.jai.io.BlobOutputStream
Closes the output stream and releases any resources associated with this stream.
close() - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Closes this output stream and releases any resources associated with this stream.
close() - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Closes the output stream and releases any resources associated with this stream.
close() - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Closes this output stream and releases any resources associated with this stream.
closeSource(byte[][]) - Method in class oracle.ord.im.OrdAudio
Closes a data source.
closeSource(byte[][]) - Method in class oracle.ord.im.OrdDoc
Closes a data source.
closeSource(byte[][]) - Method in class oracle.ord.im.OrdVideo
Closes a data source.
copy(OrdImage) - Method in class oracle.ord.im.OrdImage
Copies an OrdImage Java object.

D

deleteContent() - Method in class oracle.ord.im.OrdAudio
Deletes any data stored in the database BLOB specified by the localData attribute.
deleteContent() - Method in class oracle.ord.im.OrdDoc
Deletes any data stored in the database BLOB specified by the localData attribute.
deleteContent() - Method in class oracle.ord.im.OrdImage
Deletes any data stored in the database BLOB specified by the localData attribute.
deleteContent() - Method in class oracle.ord.im.OrdVideo
Deletes any data stored in the database BLOB specified by the localData attribute.

E

evaluateScore(OrdImageSignature, OrdImageSignature, String) - Static method in class oracle.ord.im.OrdImageSignature
Deprecated. This method is no longer supported.
export(byte[][], String, String, String) - Method in class oracle.ord.im.OrdAudio
Exports the data from the BLOB specified by the localData attribute.
export(byte[][], String, String, String) - Method in class oracle.ord.im.OrdDoc
Exports the data from the BLOB specified by the localData attribute.
export(byte[][], String, String, String) - Method in class oracle.ord.im.OrdImage
Exports the data from the BLOB specified by the localData attribute.
export(byte[][], String, String, String) - Method in class oracle.ord.im.OrdVideo
Exports the data from the BLOB specified by the localData attribute.

F

FileSeekableOutputStream - Class in oracle.ord.media.jai.io
A SeekableOutputStream class that writes to a file whose original contents will be overwritten.
FileSeekableOutputStream(File) - Constructor for class oracle.ord.media.jai.io.FileSeekableOutputStream
Creates a FileSeekableOutputStream object that writes to a file.
FileSeekableOutputStream(String) - Constructor for class oracle.ord.media.jai.io.FileSeekableOutputStream
Creates a FileSeekableOutputStream object that writes to a named file.
flush() - Method in class oracle.ord.media.jai.io.BlobOutputStream
Flushes the output stream and forces any buffered output bytes to be written to the Blob.
flush() - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Flushes the output stream and forces any buffered output bytes to be written to the stream.
flush() - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Flushes the output stream and forces any buffered output bytes to be written to the file.
flush() - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Flushes the output stream and forces any buffered output bytes to be written to the stream.

G

generateSignature(OrdImage) - Method in class oracle.ord.im.OrdImageSignature
Deprecated. This method is no longer supported.
getAllAttributes(byte[][]) - Method in class oracle.ord.im.OrdAudio
Returns the values of the audio properties in a temporary CLOB in a form defined by the format plug-in.
getAllAttributes(byte[][]) - Method in class oracle.ord.im.OrdVideo
Returns the values of the video properties in a temporary CLOB in a form defined by the format plug-in.
getAttribute(byte[][], String) - Method in class oracle.ord.im.OrdAudio
Returns the value of the requested audio property.
getAttribute(byte[][], String) - Method in class oracle.ord.im.OrdVideo
Returns the value of the requested video property.
getAudioDuration() - Method in class oracle.ord.im.OrdAudio
Returns the value of the audioDuration attribute.
getBFILE() - Method in class oracle.ord.im.OrdAudio
Returns a BFILE locator from the database when the value of the srcType attribute is file.
getBFILE() - Method in class oracle.ord.im.OrdDoc
Returns a BFILE locator from the database when the value of the srcType attribute is file.
getBFILE() - Method in class oracle.ord.im.OrdImage
Returns a BFILE locator from the database when the value of the srcType attribute is file.
getBFILE() - Method in class oracle.ord.im.OrdVideo
Returns a BFILE locator from the database when the value of the srcType attribute is file.
getBFILE() - Method in class oracle.ord.media.jai.io.BfileInputStream
Returns the BFILE associated with the BfileInputStream object.
getBitRate() - Method in class oracle.ord.im.OrdVideo
Returns the value of the bitRate attribute.
getBLOB() - Method in class oracle.ord.media.jai.io.BlobInputStream
Returns the LOB associated with the BlobInputStream object cast to an oracle.sql.BLOB.
getBlob() - Method in class oracle.ord.media.jai.io.BlobInputStream
Returns the LOB associated with the BlobInputStream object.
getComments() - Method in class oracle.ord.im.OrdAudio
Returns the CLOB locator from the comments attribute.
getComments() - Method in class oracle.ord.im.OrdDoc
Returns the CLOB locator from the comments attribute.
getComments() - Method in class oracle.ord.im.OrdVideo
Returns the CLOB locator from the comments attribute.
getCompressionFormat() - Method in class oracle.ord.im.OrdImage
Returns the value of the compressionFormat attribute.
getCompressionType() - Method in class oracle.ord.im.OrdAudio
Returns the value of the compressionType attribute.
getCompressionType() - Method in class oracle.ord.im.OrdVideo
Returns the value of the compressionType attribute.
getContent() - Method in class oracle.ord.im.OrdAudio
Returns the BLOB locator from the localData attribute.
getContent() - Method in class oracle.ord.im.OrdDoc
Returns the BLOB locator from the localData attribute.
getContent() - Method in class oracle.ord.im.OrdImage
Returns the BLOB locator from the localData attribute.
getContent() - Method in class oracle.ord.im.OrdVideo
Returns the BLOB locator from the localData attribute.
getContentFormat() - Method in class oracle.ord.im.OrdImage
Returns the value of the contentFormat attribute.
getContentInLob(byte[][], String[], String[]) - Method in class oracle.ord.im.OrdAudio
Returns the data from the BLOB specified by the localData attribute in a temporary BLOB in the database.
getContentInLob(byte[][], String[], String[]) - Method in class oracle.ord.im.OrdDoc
Returns the data from the BLOB specified by the localData attribute in a temporary BLOB in the database.
getContentInLob(byte[][], String[], String[]) - Method in class oracle.ord.im.OrdVideo
Returns the data from the BLOB specified by the localData attribute in a temporary BLOB in the database.
getContentLength() - Method in class oracle.ord.im.OrdAudio
Returns the length of the audio data.
getContentLength(byte[][]) - Method in class oracle.ord.im.OrdAudio
Returns the length of the audio data using source plug-in context information.
getContentLength() - Method in class oracle.ord.im.OrdDoc
Returns the value of the contentLength attribute.
getContentLength() - Method in class oracle.ord.im.OrdImage
Returns the value of the contentLength attribute.
getContentLength() - Method in class oracle.ord.im.OrdVideo
Returns the length of the video data.
getContentLength(byte[][]) - Method in class oracle.ord.im.OrdVideo
Returns the length of the video data using source plug-in context information.
getDataInByteArray() - Method in class oracle.ord.im.OrdAudio
Returns a byte array containing the data from the database BLOB specified by the localData attribute.
getDataInByteArray() - Method in class oracle.ord.im.OrdDoc
Returns a byte array containing the data from the database BLOB specified by the localData attribute.
getDataInByteArray() - Method in class oracle.ord.im.OrdImage
Returns a byte array containing the data from the database BLOB specified by the localData attribute.
getDataInByteArray(BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
Downloads data from a database object to a byte array.
getDataInByteArray() - Method in class oracle.ord.im.OrdVideo
Returns a byte array containing the data from the database BLOB specified by the localData attribute.
getDataInFile(String) - Method in class oracle.ord.im.OrdAudio
Writes the data from the database BLOB specified by the localData attribute to a local file.
getDataInFile(String) - Method in class oracle.ord.im.OrdDoc
Writes the data from the database BLOB specified by the localData attribute to a local file.
getDataInFile(String) - Method in class oracle.ord.im.OrdImage
Writes the data from the database BLOB specified by the localData attribute to a local file.
getDataInFile(String, BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
Downloads data from a database object to the specified file.
getDataInFile(String) - Method in class oracle.ord.im.OrdVideo
Writes the data from the database BLOB specified by the localData attribute to a local file.
getDataInStream() - Method in class oracle.ord.im.OrdAudio
Returns an InputStream object from which the data in the database BLOB specified by the localData attribute can be read.
getDataInStream() - Method in class oracle.ord.im.OrdDoc
Returns an InputStream object from which the data in the database BLOB specified by the localData attribute can be read.
getDataInStream() - Method in class oracle.ord.im.OrdImage
Returns an InputStream object from which the data in the database BLOB specified by the localData attribute can be read.
getDataInStream() - Method in class oracle.ord.im.OrdVideo
Returns an InputStream object from which the data in the database BLOB specified by the localData attribute can be read.
getDBErrorMessage() - Method in class oracle.ord.media.jai.io.BfileInputStream
Returns the database error message associated with the last error encountered.
getDBErrorMessage() - Method in class oracle.ord.media.jai.io.BlobInputStream
Returns the database error message associated with the last error encountered.
getDBErrorMessage() - Method in class oracle.ord.media.jai.io.BlobOutputStream
Returns the database error message associated with the last error encountered.
getDescription() - Method in class oracle.ord.im.OrdAudio
Returns the value of the description attribute.
getDescription() - Method in class oracle.ord.im.OrdVideo
Returns the value of the description attribute.
getDicomMetadata(String) - Method in class oracle.ord.im.OrdImage
Returns an XML representation of the metadata extracted from the DICOM image stored in the OrdImage object.
getEncoding() - Method in class oracle.ord.im.OrdAudio
Returns the value of the encoding attribute.
getFactory() - Static method in class oracle.ord.im.OrdAudio
Deprecated. New applications should use the getORADataFactory method.
getFactory() - Static method in class oracle.ord.im.OrdDoc
Deprecated. New applications should use the getORADataFactory method.
getFactory() - Static method in class oracle.ord.im.OrdImage
Deprecated. New applications should use the getORADataFactory method.
getFactory() - Static method in class oracle.ord.im.OrdImageSignature
Deprecated. This method is no longer supported.
getFactory() - Static method in class oracle.ord.im.OrdVideo
Deprecated. New applications should use the getORADataFactory method.
getFilePointer() - Method in interface oracle.ord.media.io.SeekableInputStream
Returns the current offset in this stream.
getFilePointer() - Method in class oracle.ord.media.jai.io.BfileInputStream
Returns the offset from the beginning of the BFILE at which the next read operation will occur.
getFilePointer() - Method in class oracle.ord.media.jai.io.BlobInputStream
Returns the offset from the beginning of the Blob at which the next read operation will occur.
getFilePointer() - Method in class oracle.ord.media.jai.io.BlobOutputStream
Returns the offset from the beginning of the Blob at which the next write operation will occur.
getFilePointer() - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Returns the offset in the stream.
getFilePointer() - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Returns the offset in the stream.
getFilePointer() - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Returns the offset in the stream.
getFilePointer() - Method in class oracle.ord.media.jai.io.SeekableOutputStream
Returns the offset in the stream.
getFlushedPointer() - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Returns the position in the output stream after the last call to the flush method.
getFormat() - Method in class oracle.ord.im.OrdAudio
Returns the value of the format attribute.
getFormat() - Method in class oracle.ord.im.OrdDoc
Returns the value of the format attribute.
getFormat() - Method in class oracle.ord.im.OrdImage
Returns the value of the fileFormat attribute.
getFormat() - Method in class oracle.ord.im.OrdVideo
Returns the value of the format attribute.
getFrameRate() - Method in class oracle.ord.im.OrdVideo
Returns the value of the frameRate attribute.
getFrameResolution() - Method in class oracle.ord.im.OrdVideo
Returns the value of the frameResolution attribute.
getHeight() - Method in class oracle.ord.im.OrdImage
Returns the value of the height attribute.
getHeight() - Method in class oracle.ord.im.OrdVideo
Returns the value of the height attribute.
getMetadata(String) - Method in class oracle.ord.im.OrdImage
Extracts metadata information from the image as specified by the metadataType parameter.
getMimeType() - Method in class oracle.ord.im.OrdAudio
Returns the value of the mimeType attribute.
getMimeType() - Method in class oracle.ord.im.OrdDoc
Returns the value of the mimeType attribute.
getMimeType() - Method in class oracle.ord.im.OrdImage
Returns the value of the mimeType attribute.
getMimeType() - Method in class oracle.ord.im.OrdVideo
Returns the value of the mimeType attribute.
getNumberOfChannels() - Method in class oracle.ord.im.OrdAudio
Returns the value of the numberOfChannels attribute.
getNumberOfColors() - Method in class oracle.ord.im.OrdVideo
Returns the value of the numberOfColors attribute.
getNumberOfFrames() - Method in class oracle.ord.im.OrdVideo
Returns the value of the numberOfFrames attribute.
getORADataFactory() - Static method in class oracle.ord.im.OrdAudio
Returns the OrdAudio ORADataFactory interface for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdDoc
Returns the OrdDoc ORADataFactory interface for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdImage
Returns the OrdImage ORADataFactory interface for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdImageSignature
Deprecated. This method is no longer supported.
getORADataFactory() - Static method in class oracle.ord.im.OrdVideo
Returns the OrdVideo ORADataFactory interface for use by the getORAData method.
getSampleSize() - Method in class oracle.ord.im.OrdAudio
Returns the value of the sampleSize attribute.
getSamplingRate() - Method in class oracle.ord.im.OrdAudio
Returns the value of the samplingRate attribute.
getSource() - Method in class oracle.ord.im.OrdAudio
Returns the source information in the form srcType://srcLocation/srcName.
getSource() - Method in class oracle.ord.im.OrdDoc
Returns the source information in the form srcType://srcLocation/srcName.
getSource() - Method in class oracle.ord.im.OrdImage
Returns the source information in the form srcType://srcLocation/srcName.
getSource() - Method in class oracle.ord.im.OrdVideo
Returns the source information in the form srcType://srcLocation/srcName.
getSourceLocation() - Method in class oracle.ord.im.OrdAudio
Returns the value of the srcLocation attribute.
getSourceLocation() - Method in class oracle.ord.im.OrdDoc
Returns the value of the srcLocation attribute.
getSourceLocation() - Method in class oracle.ord.im.OrdImage
Returns the value of the srcLocation attribute.
getSourceLocation() - Method in class oracle.ord.im.OrdVideo
Returns the value of the srcLocation attribute.
getSourceName() - Method in class oracle.ord.im.OrdAudio
Returns the value of the srcName attribute.
getSourceName() - Method in class oracle.ord.im.OrdDoc
Returns the value of the srcName attribute.
getSourceName() - Method in class oracle.ord.im.OrdImage
Returns the value of the srcName attribute.
getSourceName() - Method in class oracle.ord.im.OrdVideo
Returns the value of the srcName attribute.
getSourceType() - Method in class oracle.ord.im.OrdAudio
Returns the value of the srcType attribute.
getSourceType() - Method in class oracle.ord.im.OrdDoc
Returns the value of the srcType attribute.
getSourceType() - Method in class oracle.ord.im.OrdImage
Returns the value of the srcType attribute.
getSourceType() - Method in class oracle.ord.im.OrdVideo
Returns the value of the srcType attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdAudio
Returns the value of the updateTime attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdDoc
Returns the value of the updateTime attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdImage
Returns the value of the updateTime attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdVideo
Returns the value of the updateTime attribute.
getVideoDuration() - Method in class oracle.ord.im.OrdVideo
Returns the value of the videoDuration attribute.
getWidth() - Method in class oracle.ord.im.OrdImage
Returns the value of the width attribute.
getWidth() - Method in class oracle.ord.im.OrdVideo
Returns the value of the width attribute.

H

hasDBErrorMessage() - Method in class oracle.ord.media.jai.io.BfileInputStream
Checks whether or not a database error message has been set.
hasDBErrorMessage() - Method in class oracle.ord.media.jai.io.BlobInputStream
Checks whether or not a database error message has been set.
hasDBErrorMessage() - Method in class oracle.ord.media.jai.io.BlobOutputStream
Checks whether or not a database error message has been set.

I

imCompatibilityInit(OracleConnection) - Static method in class oracle.ord.im.OrdMediaUtil
Deprecated. This method is no longer needed.
imCompatibilityInit(OracleConnection) - Static method in class oracle.ord.im.OrdMediaUtil
Deprecated. This method is no longer needed.
importData(byte[][]) - Method in class oracle.ord.im.OrdAudio
Imports data from an external source into the database BLOB specified by the localData attribute.
importData(byte[][], boolean) - Method in class oracle.ord.im.OrdDoc
Imports data from an external source into the database BLOB specified by the localData attribute, and optionally calls the setProperties method.
importData(byte[][]) - Method in class oracle.ord.im.OrdImage
Imports data from an external source into the database BLOB specified by the localData attribute.
importData(byte[][]) - Method in class oracle.ord.im.OrdVideo
Imports data from an external source into the database BLOB specified by the localData attribute.
importFrom(byte[][], String, String, String) - Method in class oracle.ord.im.OrdAudio
Imports data from an external source into the database BLOB specified by the localData attribute.
importFrom(byte[][], String, String, String, boolean) - Method in class oracle.ord.im.OrdDoc
Imports data from an external source into the database BLOB specified by the localData attribute, and optionally calls the setProperties method.
importFrom(byte[][], String, String, String) - Method in class oracle.ord.im.OrdImage
Imports data from an external source into the database BLOB specified by the localData attribute.
importFrom(byte[][], String, String, String) - Method in class oracle.ord.im.OrdVideo
Imports data from an external source into the database BLOB specified by the localData attribute.
isConnectionNull() - Method in class oracle.ord.im.OrdAudio
Returns whether the underlying database connection is null.
isConnectionNull() - Method in class oracle.ord.im.OrdDoc
Returns whether the underlying database connection is null.
isConnectionNull() - Method in class oracle.ord.im.OrdImage
Returns whether the underlying database connection is null.
isConnectionNull() - Method in class oracle.ord.im.OrdImageSignature
Deprecated. This method is no longer supported.
isConnectionNull() - Method in class oracle.ord.im.OrdVideo
Returns whether the underlying database connection is null.
isLocal() - Method in class oracle.ord.im.OrdAudio
Indicates if the audio data is stored locally in the database in a BLOB specified by the localData attribute.
isLocal() - Method in class oracle.ord.im.OrdDoc
Indicates if the media data is stored locally in the database in a BLOB specified by the localData attribute.
isLocal() - Method in class oracle.ord.im.OrdImage
Indicates if the image data is stored locally in the database in a BLOB specified by the localData attribute.
isLocal() - Method in class oracle.ord.im.OrdVideo
Indicates if the video data is stored locally in the database in a BLOB specified by the localData attribute.
isSimilar(OrdImageSignature, OrdImageSignature, String, float) - Static method in class oracle.ord.im.OrdImageSignature
Deprecated. This method is no longer supported.

L

length() - Method in class oracle.ord.media.jai.io.BlobOutputStream
Returns the current length of the output stream.
length() - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Returns the current length of the stream.
length() - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Returns the current length of the stream.
length() - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Returns the current length of the stream.
length() - Method in class oracle.ord.media.jai.io.SeekableOutputStream
Returns the current length of the stream.
loadData(String, BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
Loads data from the specified file to a BLOB.
loadDataFromByteArray(byte[]) - Method in class oracle.ord.im.OrdAudio
Loads data from a byte array into the database BLOB specified by the localData attribute.
loadDataFromByteArray(byte[]) - Method in class oracle.ord.im.OrdDoc
Loads data from a byte array into the database BLOB specified by the localData attribute.
loadDataFromByteArray(byte[]) - Method in class oracle.ord.im.OrdImage
Loads data from a byte array into the database BLOB specified by the localData attribute.
loadDataFromByteArray(byte[], BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
Loads data from a byte array to a BLOB.
loadDataFromByteArray(byte[]) - Method in class oracle.ord.im.OrdVideo
Loads data from a byte array into the database BLOB specified by the localData attribute.
loadDataFromFile(String) - Method in class oracle.ord.im.OrdAudio
Loads data from a file into the database BLOB specified by the localData attribute.
loadDataFromFile(String) - Method in class oracle.ord.im.OrdDoc
Loads data from a file into the database BLOB specified by the localData attribute.
loadDataFromFile(String) - Method in class oracle.ord.im.OrdImage
Loads data from a file into the database BLOB specified by the localData attribute.
loadDataFromFile(String) - Method in class oracle.ord.im.OrdVideo
Loads data from a file into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdAudio
Loads data from an InputStream object into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdDoc
Loads data from an InputStream object into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdImage
Loads data from an InputStream object into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream, BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
Loads data from an InputStream object to a BLOB.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdVideo
Loads data from an InputStream object into the database BLOB specified by the localData attribute.

M

mark(int) - Method in class oracle.ord.media.jai.io.BfileInputStream
Marks the current position in the BfileInputStream object.
mark(int) - Method in class oracle.ord.media.jai.io.BlobInputStream
Marks the current position in the BlobInputStream object.
markSupported() - Method in class oracle.ord.media.jai.io.BfileInputStream
Checks whether or not the BfileInputStream object supports marking.
markSupported() - Method in class oracle.ord.media.jai.io.BlobInputStream
Checks whether or not the BlobInputStream object supports marking.
MemoryCacheSeekableOutputStream - Class in oracle.ord.media.jai.io
A SeekableOutputStream class that writes to a generic output stream.
MemoryCacheSeekableOutputStream(OutputStream) - Constructor for class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Creates a MemoryCacheSeekableOutputStream object from an OutputStream object.

O

openSource(byte[], byte[][]) - Method in class oracle.ord.im.OrdAudio
Opens a data source.
openSource(byte[], byte[][]) - Method in class oracle.ord.im.OrdDoc
Opens a data source.
openSource(byte[], byte[][]) - Method in class oracle.ord.im.OrdVideo
Opens a data source.
oracle.ord.im - package oracle.ord.im
 
oracle.ord.media.io - package oracle.ord.media.io
 
oracle.ord.media.jai.io - package oracle.ord.media.jai.io
 
OrdAudio - Class in oracle.ord.im
The OrdAudio class is used to represent an instance of the ORDSYS.ORDAudio database type in a Java application.
OrdAudio() - Constructor for class oracle.ord.im.OrdAudio
Deprecated.  
OrdDoc - Class in oracle.ord.im
The OrdDoc class is used to represent an instance of the ORDSYS.ORDDoc database type in a Java application.
OrdDoc() - Constructor for class oracle.ord.im.OrdDoc
Deprecated.  
OrdImage - Class in oracle.ord.im
The OrdImage class is used to represent an instance of the ORDSYS.ORDImage database type in a Java application.
OrdImage() - Constructor for class oracle.ord.im.OrdImage
Deprecated.  
OrdImageSignature - Class in oracle.ord.im
Deprecated. This class is no longer supported.
OrdImageSignature() - Constructor for class oracle.ord.im.OrdImageSignature
Deprecated.  
OrdMediaUtil - Class in oracle.ord.im
The OrdMediaUtil class allows other Oracle Multimedia Java classes to connect to Oracle Database and access data in tables that contain columns of Oracle Multimedia object types.
OrdVideo - Class in oracle.ord.im
The OrdVideo class is used to represent an instance of the ORDSYS.ORDVideo database type in a Java application.
OrdVideo() - Constructor for class oracle.ord.im.OrdVideo
Deprecated.  

P

process(String) - Method in class oracle.ord.im.OrdImage
Performs one or more image processing operations on the image data in the database BLOB specified by the localData attribute.
processAudioCommand(byte[][], String, String, byte[][]) - Method in class oracle.ord.im.OrdAudio
Calls the format plug-in in the database to execute a command.
processCopy(String, OrdImage) - Method in class oracle.ord.im.OrdImage
Copies the image data to the destination object and performs one or more image processing operations on the image data.
processSourceCommand(byte[][], String, String, byte[][]) - Method in class oracle.ord.im.OrdAudio
Calls the source plug-in in the database to execute a command.
processSourceCommand(byte[][], String, String, byte[][]) - Method in class oracle.ord.im.OrdDoc
Calls the source plug-in in the database to execute a command.
processSourceCommand(byte[][], String, String, byte[][]) - Method in class oracle.ord.im.OrdVideo
Calls the source plug-in in the database to execute a command.
processVideoCommand(byte[][], String, String, byte[][]) - Method in class oracle.ord.im.OrdVideo
Calls the format plug-in in the database to execute a command.
putMetadata(XMLType, String, String) - Method in class oracle.ord.im.OrdImage
Embeds the metadata contained in the XML document into the image.

R

read() - Method in interface oracle.ord.media.io.SeekableInputStream
Reads a single byte from the stream.
read(byte[], int, int) - Method in interface oracle.ord.media.io.SeekableInputStream
Reads up to the specified number of bytes from the stream into the specified byte array starting at the starting position for the offset.
read(byte[]) - Method in interface oracle.ord.media.io.SeekableInputStream
Reads up to the specified number of bytes from the stream into the specified byte array of specified length.
read() - Method in class oracle.ord.media.jai.io.BfileInputStream
Reads a single byte from the BFILE associated with the BfileInputStream object.
read(byte[]) - Method in class oracle.ord.media.jai.io.BfileInputStream
Reads data from the BFILE into the specified buffer.
read(byte[], int, int) - Method in class oracle.ord.media.jai.io.BfileInputStream
Reads up to the specified length of bytes of data from the BFILE into the specified buffer, starting from the specified offset.
read() - Method in class oracle.ord.media.jai.io.BlobInputStream
Reads a single byte from the Blob associated with the BlobInputStream object.
read(byte[]) - Method in class oracle.ord.media.jai.io.BlobInputStream
Reads data from the Blob into the specified buffer.
read(byte[], int, int) - Method in class oracle.ord.media.jai.io.BlobInputStream
Reads up to the specified length of bytes of data from the Blob into the specified buffer, starting from the specified offset.
readFromSource(byte[][], int, int, byte[][]) - Method in class oracle.ord.im.OrdAudio
Reads data from the data source.
readFromSource(byte[][], int, int, byte[][]) - Method in class oracle.ord.im.OrdDoc
Reads data from the data source.
readFromSource(byte[][], int, int, byte[][]) - Method in class oracle.ord.im.OrdVideo
Reads data from the data source.
remaining() - Method in class oracle.ord.media.jai.io.BfileInputStream
Returns the number of unread bytes remaining in the BFILE.
remaining() - Method in class oracle.ord.media.jai.io.BlobInputStream
Returns the number of unread bytes remaining in the Blob.
reset() - Method in class oracle.ord.media.jai.io.BfileInputStream
Repositions the stream to the position of the last valid mark.
reset() - Method in class oracle.ord.media.jai.io.BlobInputStream
Repositions the stream to the position of the last valid mark.

S

seek(long) - Method in interface oracle.ord.media.io.SeekableInputStream
Sets the file-pointer offset, measured from the beginning of the stream, at which the next read will occur.
seek(long) - Method in class oracle.ord.media.jai.io.BfileInputStream
Sets the offset from the beginning of the BFILE at which the next read operation will occur.
seek(long) - Method in class oracle.ord.media.jai.io.BlobInputStream
Sets the offset from the beginning of the Blob, at which the next read operation will occur.
seek(long) - Method in class oracle.ord.media.jai.io.BlobOutputStream
Sets the file-pointer offset, measured from the beginning of this stream, at which the next write operation will occur.
seek(long) - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Sets the file-pointer offset, measured from the beginning of this stream, at which the next write operation will occur.
seek(long) - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Sets the file-pointer offset, measured from the beginning of this stream, at which the next write operation will occur.
seek(long) - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Sets the file-pointer offset, measured from the beginning of this stream, at which the next write operation will occur.
seek(long) - Method in class oracle.ord.media.jai.io.SeekableOutputStream
Sets the file-pointer offset, measured from the beginning of this stream, at which the next write operation will occur.
SeekableInputStream - Interface in oracle.ord.media.io
An interface describing an input stream that is seekable.
SeekableOutputStream - Class in oracle.ord.media.jai.io
The SeekableOutputStream abstract class describes OutputStream objects that are seekable.
SeekableOutputStream() - Constructor for class oracle.ord.media.jai.io.SeekableOutputStream
 
setAudioDuration(int) - Method in class oracle.ord.im.OrdAudio
Sets the value of the audioDuration attribute.
setBitRate(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the bitRate attribute.
setComments(CLOB) - Method in class oracle.ord.im.OrdAudio
Sets the value of the comments attribute.
setComments(CLOB) - Method in class oracle.ord.im.OrdDoc
Sets the value of the comments attribute.
setComments(CLOB) - Method in class oracle.ord.im.OrdVideo
Sets the value of the comments attribute.
setCompressionFormat(String) - Method in class oracle.ord.im.OrdImage
Sets the value of the compressionFormat attribute.
setCompressionType(String) - Method in class oracle.ord.im.OrdAudio
Sets the value of the compressionType attribute.
setCompressionType(String) - Method in class oracle.ord.im.OrdVideo
Sets the value of the compressionType attribute.
setContentFormat(String) - Method in class oracle.ord.im.OrdImage
Sets the value of the contentFormat attribute.
setContentLength(int) - Method in class oracle.ord.im.OrdDoc
Sets the value of the contentLength attribute.
setContentLength(int) - Method in class oracle.ord.im.OrdImage
Sets the value of the contentLength attribute.
setDescription(String) - Method in class oracle.ord.im.OrdAudio
Sets the value of the description attribute.
setDescription(String) - Method in class oracle.ord.im.OrdVideo
Sets the value of the description attribute.
setEncoding(String) - Method in class oracle.ord.im.OrdAudio
Sets the value of the encoding attribute.
setFormat(String) - Method in class oracle.ord.im.OrdAudio
Sets the value of the format attribute.
setFormat(String) - Method in class oracle.ord.im.OrdDoc
Sets the value of the format attribute.
setFormat(String) - Method in class oracle.ord.im.OrdImage
Sets the value of the fileFormat attribute.
setFormat(String) - Method in class oracle.ord.im.OrdVideo
Sets the value of the format attribute.
setFrameRate(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the frameRate attribute.
setFrameResolution(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the frameResolution attribute.
setHeight(int) - Method in class oracle.ord.im.OrdImage
Sets the value of the height attribute.
setHeight(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the height attribute.
setKnownAttributes(String, String, int, int, int, String, int) - Method in class oracle.ord.im.OrdAudio
Sets the values of the known attributes of the OrdAudio Java object.
setKnownAttributes(String, int, int, int, int, int, int, String, int, int) - Method in class oracle.ord.im.OrdVideo
Sets the values of the known attributes of the OrdVideo Java object.
setLocal() - Method in class oracle.ord.im.OrdAudio
Sets the value of the local attribute to indicate that the audio data is stored locally in the database in a BLOB specified by the localData attribute.
setLocal() - Method in class oracle.ord.im.OrdDoc
Sets the value of the local attribute to indicate that the media data is stored locally in the database in a BLOB specified by the localData attribute.
setLocal() - Method in class oracle.ord.im.OrdImage
Sets the value of the local attribute to indicate that the image data is stored locally in the database in a BLOB specified by the localData attribute.
setLocal() - Method in class oracle.ord.im.OrdVideo
Sets the value of the local attribute to indicate that the video data is stored locally in the database in a BLOB specified by the localData attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdAudio
Sets the value of the mimeType attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdDoc
Sets the value of the mimeType attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdImage
Sets the value of the mimeType attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdVideo
Sets the value of the mimeType attribute.
setNumberOfChannels(int) - Method in class oracle.ord.im.OrdAudio
Sets the value of the numberOfChannels attribute.
setNumberOfColors(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the numberOfColors attribute.
setNumberOfFrames(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the numberOfFrames attribute.
setProperties(byte[][]) - Method in class oracle.ord.im.OrdAudio
Parses the audio data properties and sets the values of the attributes in the OrdAudio Java object.
setProperties(byte[][], boolean) - Method in class oracle.ord.im.OrdAudio
Parses the audio data properties, sets the values of the attributes in the OrdAudio Java object, and optionally populates the CLOB specified by the comments attribute.
setProperties(byte[][], boolean) - Method in class oracle.ord.im.OrdDoc
Parses the media data properties, sets the values of the attributes in the OrdDoc Java object, and optionally populates the CLOB specified by the comments attribute.
setProperties() - Method in class oracle.ord.im.OrdImage
Parses the image data properties and sets the values of the attributes in the OrdImage Java object.
setProperties(String) - Method in class oracle.ord.im.OrdImage
Writes the characteristics of a foreign image into the appropriate attribute fields.
setProperties(byte[][]) - Method in class oracle.ord.im.OrdVideo
Parses the video data properties and sets the values of the attributes in the OrdVideo Java object.
setProperties(byte[][], boolean) - Method in class oracle.ord.im.OrdVideo
Parses the video data properties, sets the values of the attributes in the OrdVideo Java object, and optionally populates the CLOB specified by the comments attribute.
setSampleSize(int) - Method in class oracle.ord.im.OrdAudio
Sets the value of the sampleSize attribute.
setSamplingRate(int) - Method in class oracle.ord.im.OrdAudio
Sets the value of the samplingRate attribute.
setSource(String, String, String) - Method in class oracle.ord.im.OrdAudio
Sets the values of the srcType, srcLocation, and srcName attributes.
setSource(String, String, String) - Method in class oracle.ord.im.OrdDoc
Sets the values of the srcType, srcLocation, and srcName attributes.
setSource(String, String, String) - Method in class oracle.ord.im.OrdImage
Sets the values of the srcType, srcLocation, and srcName attributes.
setSource(String, String, String) - Method in class oracle.ord.im.OrdVideo
Sets the values of the srcType, srcLocation, and srcName attributes.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdAudio
Sets the value of the updateTime attribute.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdDoc
Sets the value of the updateTime attribute.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdImage
Sets the value of the updateTime attribute.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdVideo
Sets the value of the updateTime attribute.
setVideoDuration(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the videoDuration attribute.
setWidth(int) - Method in class oracle.ord.im.OrdImage
Sets the value of the width attribute.
setWidth(int) - Method in class oracle.ord.im.OrdVideo
Sets the value of the width attribute.
skip(long) - Method in interface oracle.ord.media.io.SeekableInputStream
Attempts to skip over the specified number of bytes of input.
skip(long) - Method in class oracle.ord.media.jai.io.BfileInputStream
Attempts to skip over the specified number of bytes in the BFILE.
skip(long) - Method in class oracle.ord.media.jai.io.BlobInputStream
Attempts to skip over the specified number of bytes in the Blob.

T

trimSource(byte[][], int) - Method in class oracle.ord.im.OrdAudio
Trims the data to the specified length.
trimSource(byte[][], int) - Method in class oracle.ord.im.OrdDoc
Trims the data to the specified length.
trimSource(byte[][], int) - Method in class oracle.ord.im.OrdVideo
Trims the data to the specified length.
truncate(long) - Method in class oracle.ord.media.jai.io.BlobOutputStream
Truncates the stream to the specified length.
truncate(long) - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Truncates the stream to the specified length.
truncate(long) - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Truncates the stream to the specified length.
truncate(long) - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Truncates the stream to the specified length.
truncate(long) - Method in class oracle.ord.media.jai.io.SeekableOutputStream
Truncates the stream to the specified length.

W

wrapOutputStream(OutputStream) - Static method in class oracle.ord.media.jai.io.SeekableOutputStream
Returns a SeekableOutputStream object that will write to a specified OutputStream object.
write(InputStream, OutputStream) - Static method in class oracle.ord.im.OrdMediaUtil
Reads the InputStream object and writes to the OutputStream object.
write(int) - Method in class oracle.ord.media.jai.io.BlobOutputStream
Writes the specified byte to the Blob.
write(byte[]) - Method in class oracle.ord.media.jai.io.BlobOutputStream
Writes all bytes in the specified byte array to the Blob.
write(byte[], int, int) - Method in class oracle.ord.media.jai.io.BlobOutputStream
Writes the specified number of bytes from the specified byte array to the Blob.
write(int) - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Writes the specified byte to the stream.
write(byte[]) - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Writes all bytes in the specified byte array to the stream.
write(byte[], int, int) - Method in class oracle.ord.media.jai.io.ByteArraySeekableOutputStream
Writes the specified number of bytes from the specified byte array to the stream.
write(int) - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Writes the specified byte to the file.
write(byte[]) - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Writes all bytes in the specified byte array to the file.
write(byte[], int, int) - Method in class oracle.ord.media.jai.io.FileSeekableOutputStream
Writes the specified number of bytes from the specified byte array to the file.
write(int) - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Writes the specified byte to the stream.
write(byte[]) - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Writes all bytes in the specified byte array to the stream.
write(byte[], int, int) - Method in class oracle.ord.media.jai.io.MemoryCacheSeekableOutputStream
Writes the specified number of bytes from the specified byte array to the stream.
writeToSource(byte[][], int, int, byte[]) - Method in class oracle.ord.im.OrdAudio
Writes data to the data source.
writeToSource(byte[][], int, int, byte[]) - Method in class oracle.ord.im.OrdDoc
Writes data to the data source.
writeToSource(byte[][], int, int, byte[]) - Method in class oracle.ord.im.OrdVideo
Writes data to the data source.

B C D E F G H I L M O P R S T W

Oracle Multimedia Java API Reference
11g Release 1 (11.1)

Part No. B28413-01


Copyright © 1999, 2007, Oracle. All rights reserved.