public class ManifestWriter extends Object
| Constructor | Description |
|---|---|
ManifestWriter() |
| Modifier and Type | Method | 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–2019 The Apache Software Foundation. All rights reserved.