Class PDFDocEncodingCharset

  • All Implemented Interfaces:
    java.lang.Comparable<java.nio.charset.Charset>

    public class PDFDocEncodingCharset
    extends SingleByteCharset
    Charset implementation for the "PDFDocEncoding" from the PDF specification.
    Version:
    $Revision$
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFDocEncodingCharset()
      Creates a new "PDFDocEncoding" charset.
    • Method Summary

      • Methods inherited from class java.nio.charset.Charset

        aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PDFDocEncodingCharset

        public PDFDocEncodingCharset()
        Creates a new "PDFDocEncoding" charset.