org.apache.tools.zipClass ZipEncodingHelper
- java.lang.Object
- 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
Constructors Constructor and Description ZipEncodingHelper()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ZipEncoding
getZipEncoding(java.lang.String name)
Instantiates a zip encoding.
Method Detail
getZipEncoding
public static ZipEncoding getZipEncoding(java.lang.String name)Instantiates a zip encoding.
- Parameters:
name
- The name of the zip encoding. Specifynull
for the platform's default encoding.- Returns:
- A zip encoding for the given encoding name.