public class WrappedOutputStream extends OutputStream
OutputStream. Pass through of all
OutputStream methods.| Constructor and Description |
|---|
WrappedOutputStream(OutputStream aWrappedOS) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
OutputStream |
getWrappedOutputStream() |
String |
toString() |
void |
write(byte[] aBuf) |
void |
write(byte[] aBuf,
int nOfs,
int nLength) |
void |
write(int n) |
public WrappedOutputStream(@Nonnull OutputStream aWrappedOS)
@Nonnull public OutputStream getWrappedOutputStream()
public void write(int n)
throws IOException
write in class OutputStreamIOExceptionpublic final void write(byte[] aBuf)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] aBuf,
int nOfs,
int nLength)
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 © 2006–2015 phloc systems. All rights reserved.