public interface ArchiveNioSupport
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.nio.file.Path> |
tryOpenAsDir(java.nio.file.Path archive)
Try to open the given archive as a file system.
|
java.util.Optional<java.nio.file.Path> tryOpenAsDir(java.nio.file.Path archive) throws java.io.IOException
archive
- the archive to openjava.io.IOException