Class PDFBoxCharsetProvider


  • public class PDFBoxCharsetProvider
    extends java.nio.charset.spi.CharsetProvider
    CharsetProvider implementation for publishing PDFBox's encodings.
    Version:
    $Revision$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.charset.Charset charsetForName​(java.lang.String charsetName)
      java.util.Iterator<java.nio.charset.Charset> charsets()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PDFBoxCharsetProvider

        public PDFBoxCharsetProvider()
        Constructor.
    • Method Detail

      • charsets

        public java.util.Iterator<java.nio.charset.Charset> charsets()
        Specified by:
        charsets in class java.nio.charset.spi.CharsetProvider
      • charsetForName

        public java.nio.charset.Charset charsetForName​(java.lang.String charsetName)
        Specified by:
        charsetForName in class java.nio.charset.spi.CharsetProvider