Public Member Functions | |
| AssetAnno4cpp (jnipp::Ref< jnipp::eu::mico::platform::anno4j::model::AssetMMM > assetMMM, PersistenceService &persistenceService) | |
| mico::persistence::model::URI | getLocation () |
| getLocation Retrieves the storage location of this asset (should be suffixed by .bin) More... | |
| mico::persistence::model::URI | getURI () |
| getURI Retrieves the unique identifcation URI for this asset More... | |
| std::string | getFormat () |
| void | setFormat (std::string format) |
| std::ostream * | getOutputStream () |
| Return a new output stream for writing to the content. More... | |
| std::istream * | getInputStream () |
| Return a new input stream for reading the content. More... | |
|
inlinevirtual |
Return a new input stream for reading the content.
Implements mico::persistence::model::Asset.
|
inlinevirtual |
getLocation Retrieves the storage location of this asset (should be suffixed by .bin)
Implements mico::persistence::model::Asset.
|
inlinevirtual |
Return a new output stream for writing to the content.
Any existing content will be overwritten.
Implements mico::persistence::model::Asset.
|
inlinevirtual |
getURI Retrieves the unique identifcation URI for this asset
Implements mico::persistence::model::Asset.
1.8.8