public interface FileAccessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileAccessor.ClassLoaderBased |
static class |
FileAccessor.FileSystemBased |
static class |
FileAccessor.InputStreamBased |
| Modifier and Type | Method and Description |
|---|---|
Reader |
open(String file) |
@Nullable Reader open(@Nonnull String file) throws IOException
IOExceptionCopyright © 2023 echocat. All rights reserved.