public abstract static class FileAccessor.InputStreamBased extends Object implements FileAccessor
FileAccessor.ClassLoaderBased, FileAccessor.FileSystemBased, FileAccessor.InputStreamBased| Constructor and Description |
|---|
InputStreamBased() |
| Modifier and Type | Method and Description |
|---|---|
Reader |
open(String file) |
protected abstract InputStream |
openStream(String file) |
public static final Charset CHARSET
@Nullable public Reader open(@Nonnull String file) throws IOException
open in interface FileAccessorIOException@Nullable protected abstract InputStream openStream(@Nonnull String file) throws IOException
IOExceptionCopyright © 2023 echocat. All rights reserved.