public interface ContentResolver
| 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 Path canonical(Path file) throws IOException
IOException@Nonnull Path referenceLocationPath(Path referenceLocation, Path from, String reference)
@Nonnull @WillNotClose InputStream open(Path file) throws IOException
IOExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.