@NotThreadSafe final class JmxOutputStream extends DecoratingOutputStream
| Modifier and Type | Field and Description |
|---|---|
private JmxIOStatistics |
stats |
delegate| Constructor and Description |
|---|
JmxOutputStream(OutputStream out,
JmxIOStatistics stats) |
private final JmxIOStatistics stats
@CreatesObligation JmxOutputStream(@WillCloseWhenClosed OutputStream out, JmxIOStatistics stats)
public void write(byte[] b,
int off,
int len)
throws IOException
write in class DecoratingOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class DecoratingOutputStreamIOExceptionCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.