public class UnsynchronizedBufferedOutputStream extends FilterOutputStream
Modifier and Type | Field and Description |
---|---|
protected byte[] |
buffer |
protected int |
count |
out
Constructor and Description |
---|
UnsynchronizedBufferedOutputStream(OutputStream out) |
UnsynchronizedBufferedOutputStream(OutputStream out,
int size) |
public UnsynchronizedBufferedOutputStream(OutputStream out)
public UnsynchronizedBufferedOutputStream(OutputStream out, int size)
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
public void write(byte[] bytes, int offset, int length) throws IOException
write
in class FilterOutputStream
IOException
public void write(int oneByte) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.