org.kde.qt

Class QDataStream

public class QDataStream extends Object implements QtSupport

Field Summary
static intBigEndian
static intLittleEndian
Constructor Summary
protected QDataStream(Class dummy)
QDataStream()
QDataStream(QIODeviceInterface arg1)
QDataStream(byte[] arg1, int mode)
Method Summary
booleanatEnd()
intbyteOrder()
QIODeviceInterfacedevice()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleaneof()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisPrintableData()
QDataStreamop_read(char i)
QDataStreamop_read(short i)
QDataStreamop_read(int i)
QDataStreamop_read(long i)
QDataStreamop_read(float f)
QDataStreamop_read(double f)
QDataStreamop_read(String str)
QDataStreamop_write(char i)
QDataStreamop_write(short i)
QDataStreamop_write(int i)
QDataStreamop_write(long i)
QDataStreamop_write(float f)
QDataStreamop_write(double f)
QDataStreamop_write(String str)
QDataStreamreadBytes(String arg1, int len)
QDataStreamreadRawBytes(String arg1, int len)
voidsetByteOrder(int arg1)
voidsetDevice(QIODeviceInterface arg1)
voidsetPrintableData(boolean arg1)
voidsetVersion(int arg1)
voidunsetDevice()
intversion()
QDataStreamwriteBytes(String arg1, int len)
QDataStreamwriteRawBytes(String arg1, int len)

Field Detail

BigEndian

public static final int BigEndian

LittleEndian

public static final int LittleEndian

Constructor Detail

QDataStream

protected QDataStream(Class dummy)

QDataStream

public QDataStream()

QDataStream

public QDataStream(QIODeviceInterface arg1)

QDataStream

public QDataStream(byte[] arg1, int mode)

Method Detail

atEnd

public boolean atEnd()

byteOrder

public int byteOrder()

device

public QIODeviceInterface device()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

eof

public boolean eof()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isPrintableData

public boolean isPrintableData()

op_read

public QDataStream op_read(char i)

op_read

public QDataStream op_read(short i)

op_read

public QDataStream op_read(int i)

op_read

public QDataStream op_read(long i)

op_read

public QDataStream op_read(float f)

op_read

public QDataStream op_read(double f)

op_read

public QDataStream op_read(String str)

op_write

public QDataStream op_write(char i)

op_write

public QDataStream op_write(short i)

op_write

public QDataStream op_write(int i)

op_write

public QDataStream op_write(long i)

op_write

public QDataStream op_write(float f)

op_write

public QDataStream op_write(double f)

op_write

public QDataStream op_write(String str)

readBytes

public QDataStream readBytes(String arg1, int len)

readRawBytes

public QDataStream readRawBytes(String arg1, int len)

setByteOrder

public void setByteOrder(int arg1)

setDevice

public void setDevice(QIODeviceInterface arg1)

setPrintableData

public void setPrintableData(boolean arg1)

setVersion

public void setVersion(int arg1)

unsetDevice

public void unsetDevice()

version

public int version()

writeBytes

public QDataStream writeBytes(String arg1, int len)

writeRawBytes

public QDataStream writeRawBytes(String arg1, int len)