import "Accessibility_StreamableContent.idl";
Public Member Functions | |
StringSeq | getContentTypes () |
Bonobo::Stream | getContent (in string contentType) |
ContentStream | getStream (in string contentType) |
string | getURI (in string contentType) |
|
long Bonobo::Stream:seek (in long offset, in SeekType whence) raises (NoPermission, IOError) void Bonobo::Stream:read (in long count, out iobuf buffer) raises (NoPermission, IOError)
|
|
getContentTypes:
|
|
Retrieve this object's content, in a format appropriate to a requested mimetype, as a ContentStream instance.
|
|
Get a URI pointing to the content of the specified type, if such a URI can be obtained. Not all streamable content providers have URI representations.
|