QDataStream

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(QIODevice )
Undocumented in source.
this
this(QByteArray* , QIODevice.OpenMode flags)
Undocumented in source.
this
this(const(QByteArray) )
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

ByteOrder
enum ByteOrder
Undocumented in source.
FloatingPointPrecision
enum FloatingPointPrecision
Undocumented in source.
Status
enum Status
Undocumented in source.
Version
enum Version
Undocumented in source.

Functions

abortTransaction
void abortTransaction()
Undocumented in source.
atEnd
bool atEnd()
Undocumented in source.
byteOrder
ByteOrder byteOrder()
Undocumented in source. Be warned that the author may not have intended to support it.
commitTransaction
bool commitTransaction()
Undocumented in source.
device
QIODevice device()
Undocumented in source. Be warned that the author may not have intended to support it.
floatingPointPrecision
FloatingPointPrecision floatingPointPrecision()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
readBytes
QDataStream readBytes(char* , uint len)
Undocumented in source.
readRawData
int readRawData(char* , int len)
Undocumented in source.
resetStatus
void resetStatus()
Undocumented in source.
rollbackTransaction
void rollbackTransaction()
Undocumented in source.
setByteOrder
void setByteOrder(ByteOrder )
Undocumented in source.
setDevice
void setDevice(QIODevice )
Undocumented in source.
setFloatingPointPrecision
void setFloatingPointPrecision(FloatingPointPrecision precision)
Undocumented in source.
setStatus
void setStatus(Status status)
Undocumented in source.
setVersion
void setVersion(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
skipRawData
int skipRawData(int len)
Undocumented in source.
startTransaction
void startTransaction()
Undocumented in source.
status
Status status()
Undocumented in source.
unsetDevice
void unsetDevice()
Undocumented in source.
version_
int version_()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBytes
QDataStream writeBytes(const(char)* , uint len)
Undocumented in source.
writeRawData
int writeRawData(const(char)* , int len)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta