@NotThreadSafe final class JmxInputStream extends DecoratingInputStream
| Modifier and Type | Field and Description |
|---|---|
private JmxIOStatistics |
stats |
delegate| Constructor and Description |
|---|
JmxInputStream(InputStream in,
JmxIOStatistics stats) |
private final JmxIOStatistics stats
@CreatesObligation JmxInputStream(@WillCloseWhenClosed InputStream in, JmxIOStatistics stats)
public int read()
throws IOException
read in class DecoratingInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class DecoratingInputStreamIOExceptionCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.