public class CustomJarOutputStream extends CustomZipOutputStream
CustomZipOutputStream
with jar-specific functionality.CustomZipOutputStream.Impl
Modifier and Type | Field and Description |
---|---|
static String |
DIGEST_ATTRIBUTE_NAME |
Constructor and Description |
---|
CustomJarOutputStream(CustomZipOutputStream.Impl impl) |
Modifier and Type | Method and Description |
---|---|
DeterministicManifest |
getManifest() |
void |
setEntryHashingEnabled(boolean shouldHashEntries) |
void |
writeManifest() |
close, closeEntry, putNextEntry, write, write, writeEntry
flush, write
public static final String DIGEST_ATTRIBUTE_NAME
public CustomJarOutputStream(CustomZipOutputStream.Impl impl)
public DeterministicManifest getManifest()
public void setEntryHashingEnabled(boolean shouldHashEntries)
public void writeManifest() throws IOException
IOException