Java org.apache.commons.compress.utils Charsets fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.utils Charsets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.utils Charsets.

The text is from its open source code.

Field

CharsetISO_8859_1
CharsetNamesISO Latin Alphabet No.
CharsetUS_ASCII

Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.

CharsetUTF_8

Eight-bit Unicode Transformation Format.

Method

CharsettoCharset(final Charset charset)
Returns the given Charset or the default Charset if the given Charset is null.
CharsettoCharset(final String charset)
Returns a Charset for the named charset.