public class FileContentResolver extends Object implements ContentResolver
| Constructor and Description |
|---|
FileContentResolver() |
| Modifier and Type | Method and Description |
|---|---|
Path |
canonical(Path file) |
InputStream |
open(Path file) |
Path |
reference(Path referenceLocation,
Path from,
String reference) |
Path |
referenceLocationPath(Path referenceLocation,
Path from,
String reference) |
@Nonnull public Path canonical(Path file) throws IOException
canonical in interface ContentResolverIOException@Nonnull public Path reference(Path referenceLocation, Path from, String reference)
reference in interface ContentResolver@Nonnull public Path referenceLocationPath(Path referenceLocation, Path from, String reference)
referenceLocationPath in interface ContentResolver@Nonnull @WillNotClose public InputStream open(Path file) throws IOException
open in interface ContentResolverIOExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.