public class ManifestWriter extends Object
Constructor and Description |
---|
ManifestWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
outputManifest(Manifest manifest,
OutputStream out,
boolean nice)
Main function to output a manifest properly in UTF-8.
|
public static void outputManifest(Manifest manifest, OutputStream out, boolean nice) throws IOException
manifest
- The manifest to outputout
- The output streamIOException
- when something failsCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.