public abstract class ZipEncodingHelper extends Object
| Constructor and Description |
|---|
ZipEncodingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ZipEncoding |
getZipEncoding(String name)
Instantiates a zip encoding.
|
public ZipEncodingHelper()
public static ZipEncoding getZipEncoding(String name)
If the requested character set cannot be found, the platform default will be used instead.
name - The name of the zip encoding. Specify null for
the platform's default encoding.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.