Package org.apache.tools.zip
Class ZipEncodingHelper
java.lang.Object
org.apache.tools.zip.ZipEncodingHelper
Static helper functions for robustly encoding filenames in zip files.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ZipEncodinggetZipEncoding(String name) Instantiates a zip encoding.
- 
Constructor Details- 
ZipEncodingHelperpublic ZipEncodingHelper()
 
- 
- 
Method Details- 
getZipEncodingInstantiates a zip encoding.- Parameters:
- name- The name of the zip encoding. Specify- nullfor the platform's default encoding.
- Returns:
- A zip encoding for the given encoding name.
 
 
-