import "Accessibility_StreamableContent.idl";
Public Types | |
| enum | SeekType { SEEK_SET, SEEK_CURRENT, SEEK_END } |
| Specifies the meaning of a seek 'offset'. More... | |
Public Member Functions | |
| StringSeq | getContentTypes () |
| getContentTypes: | |
| Bonobo::Stream | getContent (in string contentType) |
DEPRECATED, use getStream instead. | |
| Stream | getStream (in string contentType) |
| Retrieve this object's content, in a format appropriate to a requested mimetype, as a StreamableContent::Stream instance. | |
Classes | |
| exception | IOError |
| Indicates that a transmission error has occurred while reading or seeking the stream or data source. More... | |
| exception | NoPermission |
| The operation is supported, but the current requestor does not have permission to t the request, for instance does not have permission to read the stream. More... | |
| exception | NotSupported |
| Indicates that the requested operation is not supported by the stream instance. More... | |
| interface | Stream |
| An interface by which the requested data from a StreamableContent object may be read by the client. More... | |
Negotiation of content type is allowed. Clients may examine the backing data and transform, convert, or parse the content in order to present it in an alternate form to end-users.
Definition at line 46 of file Accessibility_StreamableContent.idl.
|
|
Specifies the meaning of a seek 'offset'. Not all SeekTypes are supported by all StreamableContent data sources, for instance some streams may not support seeking from the beginning or other types of 'backwards' seeks.
Definition at line 54 of file Accessibility_StreamableContent.idl. |
|
|
getContentTypes:
|
|
|
getContent: Retrieve this object's content, in a format appropriate to a requested mimetype.
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)
|
|
|
Retrieve this object's content, in a format appropriate to a requested mimetype, as a StreamableContent::Stream instance.
|
1.4.3