Methods' Details |
getContentType
- Description
- returns the content type (MIME Type) of the data container.
- Returns
-
the content type
|
|
setContentType
void |
setContentType( |
[in] string |
aType ); |
- Description
- sets the content type (MIME Type) of the data container.
- Parameter aType
-
the content type
|
|
getData
sequence< byte > |
getData(); |
- Description
- returns the data of the data container.
- Returns
-
the data
|
|
setData
void |
setData( |
[in] sequence< byte > |
aData ); |
- Description
- sets the data of the data container.
- Parameter aData
-
the data
|
|
getDataURL
- Usage Restrictions
- deprecated
- Description
- Deprecated. Do not use!
|
|
setDataURL
void |
setDataURL( |
[in] string |
aURL ); |
- Usage Restrictions
- deprecated
- Description
- Deprecated. Do not use!
|
|
Copyright © 2003 Sun Microsystems, Inc.