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
IOException
java.util.stream.Stream<JarEntrySupplier> stream() throws IOException
IOException
void close() throws IOException
close
in interface AutoCloseable
IOException