|
Retrieve this object's content, in a format appropriate to a requested mimetype.
- Note:
-
the data is returned as an object of type Bonobo::Stream. The primary methods which are supported on Bonobo::Streams for the purposes of the StreamableContent API are
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)
- See also:
-
Bonobo::Stream
- Returns :
-
a Bonobo::Stream whose mimetype matches contentType, if available, or
NIL . |