zorba::StreamResource#include <zorba/uri_resolvers.h> Inherited from: zorba::Resource Concrete Resource subclass representing access to an entity via a stream.Public Static Functions
Public Functions
Public Types
Public Static FunctionscreateStreamResource * create(std::istream *aStream, StreamReleaser aStreamReleaser, bool aIsStreamSeekable=false) Public factory method from istream. The Resource object will take memory ownership of the istream. Zorba will pass it to aStreamReleaser when it is no longer needed, so that the original client may delete it. Parameters
Public Functionsdestroyvoid destroy() const =0 isStreamSeekablebool isStreamSeekable() const =0
~StreamResource ~StreamResource()=0
Public Types |