org.pdfclown.tokens
Class LatinEncoding
java.lang.Object
org.pdfclown.tokens.Encoding
org.pdfclown.tokens.LatinEncoding
- Direct Known Subclasses:
- PdfDocEncoding
public abstract class LatinEncoding
- extends Encoding
Adobe standard Latin character set [PDF:1.7:D].
- Since:
- 0.1.2
- Version:
- 0.1.2, 02/20/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Fields inherited from class org.pdfclown.tokens.Encoding |
Pdf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chars
protected BiMap<Integer,Character> chars
- Code-to-Unicode map.
LatinEncoding
public LatinEncoding()
decode
public String decode(byte[] value)
- Specified by:
decode
in class Encoding
decode
public String decode(byte[] value,
int index,
int length)
- Specified by:
decode
in class Encoding
encode
public byte[] encode(String value)
- Specified by:
encode
in class Encoding
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.