org.kde.qt
public class QTextStream extends Object implements QtSupport
Field Summary | |
---|---|
static int | bin |
static int | dec |
static int | fixed |
static int | hex |
static int | internal |
static int | left |
static int | Latin1 |
static int | Locale |
static int | oct |
static int | right |
static int | RawUnicode |
static int | scientific |
static int | showbase |
static int | showpoint |
static int | showpos |
static int | skipws |
static int | uppercase |
static int | Unicode |
static int | UnicodeNetworkOrder |
static int | UnicodeReverse |
static int | UnicodeUTF8 |
Constructor Summary | |
---|---|
protected | QTextStream(Class dummy) |
QTextStream() | |
QTextStream(QIODeviceInterface arg1) | |
QTextStream(StringBuffer arg1, int mode) | |
QTextStream(byte[] arg1, int mode) |
Method Summary | |
---|---|
boolean | atEnd() |
QTextCodec | codec() |
QIODeviceInterface | device() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | eof() |
int | fill() |
int | fill(int arg1) |
protected void | finalize() Deletes the wrapped C++ instance |
int | flags() |
int | flags(int f) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QTextStream | op_read(char arg1) |
QTextStream | op_read(short arg1) |
QTextStream | op_read(int arg1) |
QTextStream | op_read(long arg1) |
QTextStream | op_read(float arg1) |
QTextStream | op_read(double arg1) |
QTextStream | op_read(String arg1) |
QTextStream | op_read(StringBuffer arg1) |
QTextStream | op_write(char arg1) |
QTextStream | op_write(short arg1) |
QTextStream | op_write(int arg1) |
QTextStream | op_write(long arg1) |
QTextStream | op_write(float arg1) |
QTextStream | op_write(double arg1) |
QTextStream | op_write(String arg1) |
int | precision() |
int | precision(int arg1) |
String | read() |
String | readLine() |
QTextStream | readRawBytes(String arg1, int len) |
void | reset() |
void | setCodec(QTextCodec arg1) |
void | setDevice(QIODeviceInterface arg1) |
void | setEncoding(int arg1) |
int | setf(int bits) |
int | setf(int bits, int mask) |
void | skipWhiteSpace() |
void | unsetDevice() |
int | unsetf(int bits) |
int | width() |
int | width(int arg1) |
QTextStream | writeRawBytes(String arg1, int len) |