Methods' Summary |
queryDataSize |
To query for the summarized data size in bytes of a sequence of DataFlavor.
|
getData |
To get all the data of a sequence of DataFlavor.
|
Methods' Details |
queryDataSize
hyper |
queryDataSize( |
[in] sequence< DataFlavor > |
aFlavorList ); |
- Description
- To query for the summarized data size in bytes of a sequence of DataFlavor.
- Parameter aFlavorList
- A sequence of requested DataFlavor.
An unsupported DataFlavor will be ignored.
- Returns
- The number of bytes of the transfer data in the specified sequence of DataFlavor.
|
|
getData
sequence< any > |
getData( |
[in] sequence< DataFlavor > |
aFlavorList ); |
- Description
- To get all the data of a sequence of DataFlavor.
- Parameter aFlavorList
- The sequence of requested DataFlavor.
An unsupported DataFlavor will be ignored.
- Returns
- The data in the requested DataFlavor.
For unsupported DataFlavor an
empty any will be returned.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.