@NotThreadSafe final class JmxReadOnlyFile extends DecoratingReadOnlyFile
| Modifier and Type | Field and Description |
|---|---|
private JmxIOStatistics |
stats |
delegate| Constructor and Description |
|---|
JmxReadOnlyFile(ReadOnlyFile rof,
JmxIOStatistics stats) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
close, getFilePointer, length, seek, toStringread, readFully, readFullyprivate final JmxIOStatistics stats
@CreatesObligation JmxReadOnlyFile(@WillCloseWhenClosed ReadOnlyFile rof, JmxIOStatistics stats)
public int read()
throws IOException
read in interface ReadOnlyFileread in class DecoratingReadOnlyFileIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface ReadOnlyFileread in class DecoratingReadOnlyFileIOExceptionCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.