org.kde.qt

Class QBuffer

public class QBuffer extends QIODevice

Constructor Summary
protected QBuffer(Class dummy)
QBuffer()
QBuffer(byte[] arg1)
Method Summary
longat()
booleanat(long arg1)
byte[]buffer()
voidclose()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
voidflush()
intgetch()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanopen(int arg1)
intputch(int arg1)
longreadBlock(StringBuffer p, long arg2)
longreadLine(String p, long arg2)
booleansetBuffer(byte[] arg1)
longsize()
intungetch(int arg1)
longwriteBlock(String p, long arg2)
longwriteBlock(byte[] data)

Constructor Detail

QBuffer

protected QBuffer(Class dummy)

QBuffer

public QBuffer()

QBuffer

public QBuffer(byte[] arg1)

Method Detail

at

public long at()

at

public boolean at(long arg1)

buffer

public byte[] buffer()

close

public void close()

dispose

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

finalize

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

flush

public void flush()

getch

public int getch()

isDisposed

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

open

public boolean open(int arg1)

putch

public int putch(int arg1)

readBlock

public long readBlock(StringBuffer p, long arg2)

readLine

public long readLine(String p, long arg2)

setBuffer

public boolean setBuffer(byte[] arg1)

size

public long size()

ungetch

public int ungetch(int arg1)

writeBlock

public long writeBlock(String p, long arg2)

writeBlock

public long writeBlock(byte[] data)