org.pdfclown.tokens.PdfDocEncoding Class Reference

Encoding for text strings in a PDF document outside the document's content streams [PDF:1.7:D]. More...

Inheritance diagram for org.pdfclown.tokens.PdfDocEncoding:
org.pdfclown.tokens.LatinEncoding org.pdfclown.tokens.Encoding

List of all members.

Classes

class  Chars

Public Member Functions

override string Decode (byte[] value, int index, int length)
override string Decode (byte[] value)
byte[] Encode (char value)
override byte[] Encode (string value)

Static Public Member Functions

static PdfDocEncoding Get ()

Static Public Attributes

static readonly Encoding Pdf = new PdfEncoding()

Protected Attributes

BiDictionary< int, char > chars
 Code-to-Unicode map.

Encoding for text strings in a PDF document outside the document's content streams [PDF:1.7:D].


Member Function Documentation

override string org.pdfclown.tokens.LatinEncoding.Decode ( byte[]  value,
int  index,
int  length 
) [virtual, inherited]
override string org.pdfclown.tokens.LatinEncoding.Decode ( byte[]  value  )  [virtual, inherited]
byte [] org.pdfclown.tokens.Encoding.Encode ( char  value  )  [inherited]
override byte [] org.pdfclown.tokens.LatinEncoding.Encode ( string  value  )  [virtual, inherited]
static PdfDocEncoding org.pdfclown.tokens.PdfDocEncoding.Get (  )  [static]

Member Data Documentation

BiDictionary<int,char> org.pdfclown.tokens.LatinEncoding.chars [protected, inherited]

Code-to-Unicode map.

readonly Encoding org.pdfclown.tokens.Encoding.Pdf = new PdfEncoding() [static, inherited]

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:40 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3