import "Accessibility_StreamableContent.idl";
| Public Types | |
| enum | SeekType { SEEK_SET, SEEK_CURRENT, SEEK_END } | 
| Public Member Functions | |
| StringSeq | getContentTypes () | 
| Bonobo::Stream | getContent (in string contentType) | 
| Data Structures | |
| exception | IOError | 
| exception | NoPermission | 
| exception | NotSupported | 
| 
 | 
| 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. | 
| 
 | 
| 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)
       
 
 
 | 
| 
 | 
| getContentTypes: 
 | 
 1.4.3
 1.4.3