Go to the documentation of this file.
22 #ifndef _SOPRANO_DATA_STREAM_H_
23 #define _SOPRANO_DATA_STREAM_H_
110 virtual bool write(
const char* data, qint64
size ) = 0;
bool readBindingSet(BindingSet &)
bool writeLocator(const Error::Locator &)
bool writeErrorCode(Error::ErrorCode code)
bool writeUnsignedInt32(quint32)
bool writeNode(const Node &)
bool readByteArray(QByteArray &)
SOPRANO_EXPORT QUrl Statement()
bool writeUnsignedInt8(quint8)
Represents a literal value of an RDF Node.
Core class of Soprano's exception system.
SOPRANO_EXPORT QUrl size()
A Statement instance represents one RDF quadruple.
bool writeBindingSet(const BindingSet &)
Represents an error in Soprano.
bool readUnsignedInt16(quint16 &)
bool readErrorCode(Error::ErrorCode &code)
bool writeString(const QString &)
bool writeUrl(const QUrl &)
bool readStatement(Statement &)
bool writeStatement(const Statement &)
virtual bool write(const char *data, qint64 size)=0
bool writeUnsignedInt16(quint16)
bool readString(QString &)
virtual bool read(char *data, qint64 size)=0
bool readUnsignedInt32(quint32 &)
bool readLocator(Error::Locator &)
Details of a parser Error.
bool readError(Error::Error &)
Represents one set of bindings in the result of a select query.
bool readLiteralValue(LiteralValue &)
bool writeByteArray(const QByteArray &)
bool writeLiteralValue(const LiteralValue &)
bool readUnsignedInt8(quint8 &)
A Node represents one RDF resource.
bool writeError(const Error::Error &)