org.apache.tools.zip
Class ZipEncodingHelper

java.lang.Object
  extended by org.apache.tools.zip.ZipEncodingHelper

public abstract class ZipEncodingHelper
extends java.lang.Object

Static helper functions for robustly encoding filenames in zip files.


Constructor Summary
ZipEncodingHelper()
           
 
Method Summary
static ZipEncoding getZipEncoding(java.lang.String name)
          Instantiates a zip encoding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipEncodingHelper

public ZipEncodingHelper()
Method Detail

getZipEncoding

public static ZipEncoding getZipEncoding(java.lang.String name)
Instantiates a zip encoding.

Parameters:
name - The name of the zip encoding. Specify null for the platform's default encoding.
Returns:
A zip encoding for the given encoding name.