org.kde.qt
public class QBuffer extends QIODevice
Constructor Summary | |
---|---|
protected | QBuffer(Class dummy) |
QBuffer() | |
QBuffer(byte[] arg1) |
Method Summary | |
---|---|
long | at() |
boolean | at(long arg1) |
byte[] | buffer() |
void | close() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
void | flush() |
int | getch() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | open(int arg1) |
int | putch(int arg1) |
long | readBlock(StringBuffer p, long arg2) |
long | readLine(String p, long arg2) |
boolean | setBuffer(byte[] arg1) |
long | size() |
int | ungetch(int arg1) |
long | writeBlock(String p, long arg2) |
long | writeBlock(byte[] data) |