@Immutable @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) final class JulReadOnlyFile<E extends Entry> extends DecoratingReadOnlyFile
| Modifier and Type | Field and Description |
|---|---|
private static Logger |
logger |
private JulInputSocket<E> |
socket |
delegate| Constructor and Description |
|---|
JulReadOnlyFile(ReadOnlyFile model,
JulInputSocket<E> socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
getFilePointer, length, read, read, seek, toStringread, readFully, readFullyprivate static final Logger logger
private final JulInputSocket<E extends Entry> socket
JulReadOnlyFile(ReadOnlyFile model, JulInputSocket<E> socket) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface ReadOnlyFileclose in interface Closeableclose in interface AutoCloseableclose in class DecoratingReadOnlyFileIOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.