@NotThreadSafe private final class ConcurrentOutputShop.ConcurrentOutputStream extends DecoratingOutputStream
delegate| Modifier | Constructor and Description |
|---|---|
private |
ConcurrentOutputShop.ConcurrentOutputStream(java.io.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(java.io.OutputStream out)
public void write(int b)
throws java.io.IOException
write in class DecoratingOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class DecoratingOutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class DecoratingOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class DecoratingOutputStreamjava.io.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.