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

Part No. B12248-01
C D E G I L O P R S T W

C

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.OrdAudio
Checks if the properties of the audio data are consistent with the attributes of the OrdAudio 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.OrdVideo
Clears the local attribute to indicate that the video 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.OrdDoc
Clears the local attribute to indicate that the media data is stored externally.
closeSource(byte[][]) - Method in class oracle.ord.im.OrdAudio
Closes a data source.
closeSource(byte[][]) - Method in class oracle.ord.im.OrdVideo
Closes a data source.
closeSource(byte[][]) - Method in class oracle.ord.im.OrdDoc
Closes a data source.
copy(OrdImage) - Method in class oracle.ord.im.OrdImage
Copies an OrdImage Java object.
create(Datum, int) - Method in class oracle.ord.im.OrdAudio
Internal method used only by the Oracle CustomDatum interface.
create(Datum, int) - Method in class oracle.ord.im.OrdVideo
Internal method used only by the Oracle CustomDatum interface.
create(Datum, int) - Method in class oracle.ord.im.OrdImage
Internal method used only by the Oracle CustomDatum interface.
create(Datum, int) - Method in class oracle.ord.im.OrdImageSignature
Internal method used only by the Oracle CustomDatum interface.
create(Datum, int) - Method in class oracle.ord.im.OrdDoc
Internal method used only by the Oracle CustomDatum interface.

D

DEFAULT_LOAD_MAX_CHUNKSIZE - Static variable in class oracle.ord.im.OrdMediaUtil
 
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.OrdVideo
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.OrdDoc
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
Compares two image signatures, returning a score that indicates the degree of difference between the image signatures.
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.OrdVideo
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.OrdDoc
Exports the data from the BLOB specified by the localData attribute.

G

generateSignature(OrdImage) - Method in class oracle.ord.im.OrdImageSignature
Generates an image signature for the specified image.
getAllAttributes(byte[][]) - Method in class oracle.ord.im.OrdAudio
Returns 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 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 audioDuration attribute.
getBFILE() - Method in class oracle.ord.im.OrdAudio
Returns a BFILE locator from the database when the srcType attribute is "FILE".
getBFILE() - Method in class oracle.ord.im.OrdVideo
Returns a BFILE locator from the database when the srcType attribute is "FILE".
getBFILE() - Method in class oracle.ord.im.OrdImage
Returns a BFILE locator from the database when the srcType attribute is "FILE".
getBFILE() - Method in class oracle.ord.im.OrdDoc
Returns a BFILE locator from the database when the srcType attribute is "FILE".
getBitRate() - Method in class oracle.ord.im.OrdVideo
Returns the bitRate attribute.
getComments() - Method in class oracle.ord.im.OrdAudio
Returns the CLOB locator from the comments attribute.
getComments() - Method in class oracle.ord.im.OrdVideo
Returns the CLOB locator from the comments attribute.
getComments() - Method in class oracle.ord.im.OrdDoc
Returns the CLOB locator from the comments attribute.
getCompressionFormat() - Method in class oracle.ord.im.OrdImage
Returns the compressionFormat attribute.
getCompressionType() - Method in class oracle.ord.im.OrdAudio
Returns the compressionType attribute.
getCompressionType() - Method in class oracle.ord.im.OrdVideo
Returns 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.OrdVideo
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.OrdDoc
Returns the BLOB locator from the localData attribute.
getContentFormat() - Method in class oracle.ord.im.OrdImage
Returns 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.OrdVideo
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.
getContentLength() - Method in class oracle.ord.im.OrdAudio
Returns the length of the audio data.
getContentLength() - Method in class oracle.ord.im.OrdVideo
Returns the length of the video data.
getContentLength() - Method in class oracle.ord.im.OrdImage
Returns the contentLength attribute.
getContentLength() - Method in class oracle.ord.im.OrdDoc
Returns the contentLength attribute.
getContentLength(byte[][]) - Method in class oracle.ord.im.OrdAudio
Returns the length of the audio data using source plug-in context information.
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.OrdVideo
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() - Method in class oracle.ord.im.OrdDoc
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 form db to a byte array
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.OrdVideo
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) - 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, BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
downloads data from db to a file
getDataInStream() - Method in class oracle.ord.im.OrdAudio
Returns an InputStream 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 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 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 from which the data in the database BLOB specified by the localData attribute can be read.
getDescription() - Method in class oracle.ord.im.OrdAudio
Returns the description attribute.
getDescription() - Method in class oracle.ord.im.OrdVideo
Returns the description attribute.
getEncoding() - Method in class oracle.ord.im.OrdAudio
Returns the encoding attribute.
getFactory() - Static method in class oracle.ord.im.OrdAudio
Deprecated. CustomDatumFactory method. New applications should use the ORADataFactory interface
getFactory() - Static method in class oracle.ord.im.OrdVideo
Deprecated. CustomDatumFactory interface New applications should use the ORADataFactory interface
getFactory() - Static method in class oracle.ord.im.OrdImage
Deprecated. CustomDatumFactory method. New applications should use the ORADataFactory interface
getFactory() - Static method in class oracle.ord.im.OrdImageSignature
Deprecated. CustomDatumFactory method. New applications should use the ORADataFactory interface
getFactory() - Static method in class oracle.ord.im.OrdDoc
Deprecated. CustomDatumFactory method. New applications should use the ORADataFactory interface
getFormat() - Method in class oracle.ord.im.OrdAudio
Returns the format attribute.
getFormat() - Method in class oracle.ord.im.OrdVideo
Returns the format attribute.
getFormat() - Method in class oracle.ord.im.OrdImage
Returns the fileFormat attribute.
getFormat() - Method in class oracle.ord.im.OrdDoc
Returns the format attribute.
getFrameRate() - Method in class oracle.ord.im.OrdVideo
Returns the frameRate attribute.
getFrameResolution() - Method in class oracle.ord.im.OrdVideo
Returns the frameResolution attribute.
getHeight() - Method in class oracle.ord.im.OrdVideo
Returns the height attribute.
getHeight() - Method in class oracle.ord.im.OrdImage
Returns the height attribute.
getMimeType() - Method in class oracle.ord.im.OrdAudio
Returns the mimeType attribute.
getMimeType() - Method in class oracle.ord.im.OrdVideo
Returns the mimeType attribute.
getMimeType() - Method in class oracle.ord.im.OrdImage
Returns the mimeType attribute.
getMimeType() - Method in class oracle.ord.im.OrdDoc
Returns the mimeType attribute.
getNumberOfChannels() - Method in class oracle.ord.im.OrdAudio
Returns the numberOfChannels attribute.
getNumberOfColors() - Method in class oracle.ord.im.OrdVideo
Returns the numberOfColors attribute.
getNumberOfFrames() - Method in class oracle.ord.im.OrdVideo
Returns the numberOfFrames attribute.
getORADataFactory() - Static method in class oracle.ord.im.OrdAudio
Returns the OrdAudio ORADataFactory for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdVideo
Returns the OrdVideo ORADataFactory for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdImage
Returns the OrdImage ORADataFactory for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdImageSignature
Returns the OrdImageSignature ORADataFactory for use by the getORAData method.
getORADataFactory() - Static method in class oracle.ord.im.OrdDoc
Returns the OrdDoc ORADataFactory for use by the getORAData method.
getSampleSize() - Method in class oracle.ord.im.OrdAudio
Returns the sampleSize attribute.
getSamplingRate() - Method in class oracle.ord.im.OrdAudio
Returns 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.OrdVideo
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.OrdDoc
Returns the source information in the form srcType://srcLocation/srcName.
getSourceLocation() - Method in class oracle.ord.im.OrdAudio
Returns the srcLocation attribute.
getSourceLocation() - Method in class oracle.ord.im.OrdVideo
Returns the srcLocation attribute.
getSourceLocation() - Method in class oracle.ord.im.OrdImage
Returns the srcLocation attribute.
getSourceLocation() - Method in class oracle.ord.im.OrdDoc
Returns the srcLocation attribute.
getSourceName() - Method in class oracle.ord.im.OrdAudio
Returns the srcName attribute.
getSourceName() - Method in class oracle.ord.im.OrdVideo
Returns the srcName attribute.
getSourceName() - Method in class oracle.ord.im.OrdImage
Returns the srcName attribute.
getSourceName() - Method in class oracle.ord.im.OrdDoc
Returns the srcName attribute.
getSourceType() - Method in class oracle.ord.im.OrdAudio
Returns the srcType attribute.
getSourceType() - Method in class oracle.ord.im.OrdVideo
Returns the srcType attribute.
getSourceType() - Method in class oracle.ord.im.OrdImage
Returns the srcType attribute.
getSourceType() - Method in class oracle.ord.im.OrdDoc
Returns the srcType attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdAudio
Returns the updateTime attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdVideo
Returns the updateTime attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdImage
Returns the updateTime attribute.
getUpdateTime() - Method in class oracle.ord.im.OrdDoc
Returns the updateTime attribute.
getVideoDuration() - Method in class oracle.ord.im.OrdVideo
Returns the videoDuration attribute.
getWidth() - Method in class oracle.ord.im.OrdVideo
Returns the width attribute.
getWidth() - Method in class oracle.ord.im.OrdImage
Returns the width attribute.

I

imCompatibilityInit(OracleConnection) - Static method in class oracle.ord.im.OrdMediaUtil
Use the new class: oracle.jdbc.OracleConnection
imCompatibilityInit(OracleConnection) - Static method in class oracle.ord.im.OrdMediaUtil
Deprecated. oracle.jdbc.driver.OracleConnection class is deprecated. Use oracle.jdbc.OracleConnection class instead
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[][]) - Method in class oracle.ord.im.OrdVideo
Imports data from an external source into the database BLOB specified by the localData attribute.
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[][], 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 setProperties.
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) - 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.OrdImage
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 setProperties.
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.OrdVideo
Indicates if the video 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.OrdDoc
Indicates if the media 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
Compares two image signatures, returning a status that indicates if the degree of difference between the image signatures is within a specified threshold.

L

LOAD_MAX_CHUNKSIZE - Static variable in class oracle.ord.im.OrdMediaUtil
 
loadData(String, BLOB) - Static method in class oracle.ord.im.OrdMediaUtil
loads data from a file
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.OrdVideo
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[]) - Method in class oracle.ord.im.OrdDoc
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
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.OrdVideo
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.OrdDoc
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 into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdVideo
Loads data from an InputStream into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdImage
Loads data from an InputStream into the database BLOB specified by the localData attribute.
loadDataFromInputStream(InputStream) - Method in class oracle.ord.im.OrdDoc
Loads data from an InputStream 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

O

openSource(byte[], byte[][]) - Method in class oracle.ord.im.OrdAudio
Opens a data source.
openSource(byte[], byte[][]) - Method in class oracle.ord.im.OrdVideo
Opens a data source.
openSource(byte[], byte[][]) - Method in class oracle.ord.im.OrdDoc
Opens a data source.
OrdAudio - class oracle.ord.im.OrdAudio.
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
Internal constructor used only by the Oracle ORAData interface factory method to create an instance of the class.
OrdDoc - class oracle.ord.im.OrdDoc.
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
Internal constructor used only by the Oracle ORAData interface factory method to create an instance of the class.
OrdImage - class oracle.ord.im.OrdImage.
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
Internal constructor used only by the Oracle ORAData interface factory method to create an instance of the class.
OrdImageSignature - class oracle.ord.im.OrdImageSignature.
The OrdImageSignature class is used to represent an instance of the ORDSYS.ORDImageSignature database type in a Java application.
OrdImageSignature() - Constructor for class oracle.ord.im.OrdImageSignature
Internal constructor used only by the Oracle ORAData interface factory method to create an instance of the class.
OrdMediaUtil - class oracle.ord.im.OrdMediaUtil.
 
OrdMediaUtil() - Constructor for class oracle.ord.im.OrdMediaUtil
 
OrdVideo - class oracle.ord.im.OrdVideo.
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
Internal constructor used only by the Oracle ORAData interface factory method to create an instance of the class.

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.OrdVideo
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.
processVideoCommand(byte[][], String, String, byte[][]) - Method in class oracle.ord.im.OrdVideo
Calls the format plug-in in the database to execute a command.

R

READ_MAX_CHUNKSIZE - Static variable in class oracle.ord.im.OrdMediaUtil
 
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.OrdVideo
Reads data from the data source.
readFromSource(byte[][], int, int, byte[][]) - Method in class oracle.ord.im.OrdDoc
Reads data from the data source.

S

setAudioDuration(int) - Method in class oracle.ord.im.OrdAudio
Sets the audioDuration attribute.
setBitRate(int) - Method in class oracle.ord.im.OrdVideo
Sets the bitRate attribute.
setComments(CLOB) - Method in class oracle.ord.im.OrdAudio
Sets the comments attribute.
setComments(CLOB) - Method in class oracle.ord.im.OrdVideo
Sets the comments attribute.
setComments(CLOB) - Method in class oracle.ord.im.OrdDoc
Sets the comments attribute.
setCompressionFormat(String) - Method in class oracle.ord.im.OrdImage
Sets the compressionFormat attribute.
setCompressionType(String) - Method in class oracle.ord.im.OrdAudio
Sets the compressionType attribute.
setCompressionType(String) - Method in class oracle.ord.im.OrdVideo
Sets the compressionType attribute.
setContentFormat(String) - Method in class oracle.ord.im.OrdImage
Sets the contentFormat attribute.
setContentLength(int) - Method in class oracle.ord.im.OrdImage
Sets the contentLength attribute.
setContentLength(int) - Method in class oracle.ord.im.OrdDoc
Sets the contentLength attribute.
setDescription(String) - Method in class oracle.ord.im.OrdAudio
Sets the description attribute.
setDescription(String) - Method in class oracle.ord.im.OrdVideo
Sets the description attribute.
setEncoding(String) - Method in class oracle.ord.im.OrdAudio
Sets the encoding attribute.
setFormat(String) - Method in class oracle.ord.im.OrdAudio
Sets the format attribute.
setFormat(String) - Method in class oracle.ord.im.OrdVideo
Sets the format attribute.
setFormat(String) - Method in class oracle.ord.im.OrdImage
Sets the fileFormat attribute.
setFormat(String) - Method in class oracle.ord.im.OrdDoc
Sets the format attribute.
setFrameRate(int) - Method in class oracle.ord.im.OrdVideo
Sets the frameRate attribute.
setFrameResolution(int) - Method in class oracle.ord.im.OrdVideo
Sets the frameResolution attribute.
setHeight(int) - Method in class oracle.ord.im.OrdVideo
Sets the height attribute.
setHeight(int) - Method in class oracle.ord.im.OrdImage
Sets the height attribute.
setKnownAttributes(String, int, int, int, int, int, int, String, int, int) - Method in class oracle.ord.im.OrdVideo
Sets the known attributes of the OrdVideo Java object.
setKnownAttributes(String, String, int, int, int, String, int) - Method in class oracle.ord.im.OrdAudio
Sets the known attributes of the OrdAudio Java object.
setLocal() - Method in class oracle.ord.im.OrdAudio
Sets 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.OrdVideo
Sets the local attribute to indicate that the video 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 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.OrdDoc
Sets the local attribute to indicate that the media 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 mimeType attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdVideo
Sets the mimeType attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdImage
Sets the mimeType attribute.
setMimeType(String) - Method in class oracle.ord.im.OrdDoc
Sets the mimeType attribute.
setNumberOfChannels(int) - Method in class oracle.ord.im.OrdAudio
Sets the numberOfChannels attribute.
setNumberOfColors(int) - Method in class oracle.ord.im.OrdVideo
Sets the numberOfColors attribute.
setNumberOfFrames(int) - Method in class oracle.ord.im.OrdVideo
Sets the numberOfFrames attribute.
setProperties() - Method in class oracle.ord.im.OrdImage
Parses the image data properties and sets the attributes in the OrdImage Java object.
setProperties(byte[][]) - Method in class oracle.ord.im.OrdAudio
Parses the audio data properties and sets the attributes in the OrdAudio Java object.
setProperties(byte[][]) - Method in class oracle.ord.im.OrdVideo
Parses the video data properties and sets the attributes in the OrdVideo Java object.
setProperties(byte[][], boolean) - Method in class oracle.ord.im.OrdAudio
Parses the audio data properties, sets 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.OrdVideo
Parses the video data properties, sets the attributes in the OrdVideo 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 attributes in the OrdDoc Java object, and optionally populates the CLOB specified by the comments attribute.
setProperties(String) - Method in class oracle.ord.im.OrdImage
Writes the characteristics of a foreign image into the appropriate attribute fields.
setSampleSize(int) - Method in class oracle.ord.im.OrdAudio
Sets the sampleSize attribute.
setSamplingRate(int) - Method in class oracle.ord.im.OrdAudio
Sets the samplingRate attribute.
setSource(String, String, String) - Method in class oracle.ord.im.OrdAudio
Sets the srcType, srcLocation, and srcName attributes.
setSource(String, String, String) - Method in class oracle.ord.im.OrdVideo
Sets the srcType, srcLocation, and srcName attributes.
setSource(String, String, String) - Method in class oracle.ord.im.OrdImage
Sets the srcType, srcLocation, and srcName attributes.
setSource(String, String, String) - Method in class oracle.ord.im.OrdDoc
Sets the srcType, srcLocation, and srcName attributes.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdAudio
Sets the updateTime attribute.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdVideo
Sets the updateTime attribute.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdImage
Sets the updateTime attribute.
setUpdateTime(Timestamp) - Method in class oracle.ord.im.OrdDoc
Sets the updateTime attribute.
setVideoDuration(int) - Method in class oracle.ord.im.OrdVideo
Sets the videoDuration attribute.
setWidth(int) - Method in class oracle.ord.im.OrdVideo
Sets the width attribute.
setWidth(int) - Method in class oracle.ord.im.OrdImage
Sets the width attribute.

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.OrdVideo
Trims the data to the specified length.
trimSource(byte[][], int) - Method in class oracle.ord.im.OrdDoc
Trims the data to the specified length.

W

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.OrdVideo
Writes data to the data source.
writeToSource(byte[][], int, int, byte[]) - Method in class oracle.ord.im.OrdDoc
Writes data to the data source.

C D E G I L O P R S T W
Oracle interMedia Java Classes API Reference
10g Release 1 (10.1)

Part No. B12248-01

Copyright © 1999, 2003, Oracle. All Rights Reserved.