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) |
StringSeq Accessibility::StreamableContent::getContentTypes | ( | ) |
getContentTypes:
Bonobo::Stream Accessibility::StreamableContent::getContent | ( | in string | contentType | ) |
DEPRECATED, use getStream instead. getContent: Retrieve this object's content, in a format appropriate to a requested mimetype.
seek
and read
. seek
may not be supported for all mimetypes or all implementors.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)
NIL
. ContentStream Accessibility::StreamableContent::getStream | ( | in string | contentType | ) |
Retrieve this object's content, in a format appropriate to a requested mimetype, as a ContentStream instance.
seek
may not be supported for all mimetypes or all implementors.contentType | a string specifying the desired mimetype for the content stream. |
NIL
. string Accessibility::StreamableContent::getURI | ( | in string | contentType | ) |
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.
contentType | a string specifying the desired mimetype for the content stream. If NULL, then a URI for the default content type will be returned, if available. |