Class Charsets

java.lang.Object
com.globalmentor.io.Charsets

public class Charsets extends Object
Utilities for working with charsets.

In most cases, rather that using the names provided here, consider using Charset.name() for one of the predefined charsets in StandardCharsets.

Author:
Garret Wilson
See Also: