public interface JarEntryContainer extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Manifest |
getManifest() |
static JarEntryContainer |
of(Path source) |
java.util.stream.Stream<JarEntrySupplier> |
stream() |
static JarEntryContainer of(Path source)
@Nullable Manifest getManifest() throws IOException
IOExceptionjava.util.stream.Stream<JarEntrySupplier> stream() throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableIOException