@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(@Nullable OutputStream out)
out - the nullable output stream to decorate.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 © 2004-2011 Schlichtherle IT Services. All Rights Reserved.