public interface Archive extends Closeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String name) |
Optional<InputStream> |
tryGetInputStream(String name) |
Optional<InputStream> tryGetInputStream(String name) throws IOException
IOExceptionboolean exists(String name)
Copyright © 2018. All rights reserved.