@CleanupObligation public abstract class DecoratingOutputStream extends OutputStream
FilterOutputStream
in the JSE, but optimized for performance and without
multithreading support.DecoratingInputStream| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
delegate
The nullable decorated output stream.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DecoratingOutputStream(OutputStream delegate)
Constructs a new decorating output stream.
|
@Nullable protected OutputStream delegate
@CreatesObligation protected DecoratingOutputStream(@Nullable@WillCloseWhenClosed OutputStream delegate)
delegate - the nullable output stream to decorate.@DischargesObligation
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic String toString()
public final void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.