Public Member Functions | |
| virtual mico::persistence::model::URI | getLocation ()=0 |
| getLocation Retrieves the storage location of this asset (should be suffixed by .bin) More... | |
| virtual mico::persistence::model::URI | getURI ()=0 |
| getURI Retrieves the unique identifcation URI for this asset More... | |
| virtual std::string | getFormat ()=0 |
| virtual void | setFormat (std::string format)=0 |
| virtual std::ostream * | getOutputStream ()=0 |
| Return a new output stream for writing to the content. More... | |
| virtual std::istream * | getInputStream ()=0 |
| Return a new input stream for reading the content. More... | |
|
pure virtual |
Return a new input stream for reading the content.
Implemented in mico::persistence::model::AssetAnno4cpp.
|
pure virtual |
getLocation Retrieves the storage location of this asset (should be suffixed by .bin)
Implemented in mico::persistence::model::AssetAnno4cpp.
|
pure virtual |
Return a new output stream for writing to the content.
Any existing content will be overwritten.
Implemented in mico::persistence::model::AssetAnno4cpp.
|
pure virtual |
getURI Retrieves the unique identifcation URI for this asset
Implemented in mico::persistence::model::AssetAnno4cpp.
1.8.8