public QbFileOutputStream(java.lang.String fname)
throws java.io.IOException
QbFileOutputStream
public QbFileOutputStream(java.lang.String fname,
boolean append)
throws java.io.IOException
Method Detail
write
public void write(byte[] b)
throws java.io.IOException
Overrides:
write in class java.io.OutputStream
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
Overrides:
write in class java.io.OutputStream
write
public void write(int b)
throws java.io.IOException
Overrides:
write in class java.io.OutputStream
flush
public void flush()
throws java.io.IOException
In client-server mode, calling this method will not actually force all buffered
bytes to the server. The number of buffered bytes must exceed the buffer
capacity before they are sent to the server.