@NotThreadSafe @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) 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
JmxReadOnlyFile(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 © 2004-2011 Schlichtherle IT Services. All Rights Reserved.