Example usage for java.nio.charset Charset subclass-usage

List of usage examples for java.nio.charset Charset subclass-usage

Introduction

In this page you can find the example usage for java.nio.charset Charset subclass-usage.

Usage

From source file HexCharset.java

/**
 * Codec to translate between hex coding and byte string.
 * Hex output is capital if the char set name is given in capitals.
 * hex:nn used as a charset name inserts \n after every nnth character.
 * @author malcolmm
 */

From source file HexCharset.java

/**
 * <p>Codec to translate between hex coding and byte string.</p>
 * <p>Hex output is capital if the char set name is given in capitals.</p>
 * <p>hex:nn used as a charset name inserts \n after every nnth character.</p>
 * @author malcolmm
 */

From source file org.apache.tika.parser.html.charsetdetector.charsets.XUserDefinedCharset.java

public class XUserDefinedCharset extends Charset {

    public XUserDefinedCharset() {
        super("x-user-defined", null);
    }