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 Flushableflush in class FilterOutputStreamIOExceptionpublic void write(byte[] bytes,
int offset,
int length)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(int oneByte)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2000–2016 The Apache Software Foundation. All rights reserved.