@NotThreadSafe private final class ConcurrentOutputShop.ConcurrentOutputStream extends DecoratingOutputStream
delegate| Modifier | Constructor and Description |
|---|---|
private |
ConcurrentOutputShop.ConcurrentOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize()
The finalizer in this class forces this output stream to close.
|
void |
flush() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
toString, writeprivate ConcurrentOutputShop.ConcurrentOutputStream(OutputStream out)
public void write(int b)
throws IOException
write in class DecoratingOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class DecoratingOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class DecoratingOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DecoratingOutputStreamIOExceptionprotected void finalize()
throws Throwable
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.