public class ManifestWriter
extends java.lang.Object
Constructor and Description |
---|
ManifestWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
outputManifest(java.util.jar.Manifest manifest,
java.io.OutputStream out,
boolean nice)
Main function to output a manifest properly in UTF-8.
|
public static void outputManifest(java.util.jar.Manifest manifest, java.io.OutputStream out, boolean nice) throws java.io.IOException
manifest
- The manifest to outputout
- The output streamjava.io.IOException
- when something failsCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.