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 © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.