@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) 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 out)
Constructs a new decorating output stream.
|
@Nullable protected OutputStream delegate
protected DecoratingOutputStream(@CheckForNull
OutputStream out)
out - the output stream to wrap in this decorator.public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic 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 flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.