wt.util
Class BlockDataOutputStream.Buffered
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
wt.util.BlockDataOutputStream.Buffered
- Enclosing class:
- BlockDataOutputStream
- class BlockDataOutputStream.Buffered
- extends FilterOutputStream
Field Summary |
private byte[] |
buf
|
private int |
count
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf
private byte[] buf
count
private int count
BlockDataOutputStream.Buffered
BlockDataOutputStream.Buffered(int size)
flushBuffer
private void flushBuffer()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException