public abstract static class FileAccessor.InputStreamBased extends java.lang.Object implements FileAccessor
FileAccessor.ClassLoaderBased, FileAccessor.FileSystemBased, FileAccessor.InputStreamBased| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
CHARSET |
| Constructor and Description |
|---|
InputStreamBased() |
| Modifier and Type | Method and Description |
|---|---|
java.io.Reader |
open(java.lang.String file) |
protected abstract java.io.InputStream |
openStream(java.lang.String file) |
@Nullable
public java.io.Reader open(@Nonnull
java.lang.String file)
throws java.io.IOException
open in interface FileAccessorjava.io.IOException@Nullable
protected abstract java.io.InputStream openStream(@Nonnull
java.lang.String file)
throws java.io.IOException
java.io.IOExceptionCopyright © 2015 echocat. All Rights Reserved.