Abstract encoding. More...
Public Member Functions | |
| abstract string | Decode (byte[] value, int index, int length) |
| abstract string | Decode (byte[] value) |
| byte[] | Encode (char value) |
| abstract byte[] | Encode (string value) |
Static Public Attributes | |
| static readonly Encoding | Pdf = new PdfEncoding() |
Abstract encoding.
| abstract string org.pdfclown.tokens.Encoding.Decode | ( | byte[] | value, | |
| int | index, | |||
| int | length | |||
| ) | [pure virtual] |
Implemented in org.pdfclown.tokens.LatinEncoding, and org.pdfclown.tokens.PdfEncoding.
| abstract string org.pdfclown.tokens.Encoding.Decode | ( | byte[] | value | ) | [pure virtual] |
Implemented in org.pdfclown.tokens.LatinEncoding, and org.pdfclown.tokens.PdfEncoding.
| byte [] org.pdfclown.tokens.Encoding.Encode | ( | char | value | ) |
References org.pdfclown.tokens.Encoding.Encode().
Referenced by org.pdfclown.tokens.Encoding.Encode().
| abstract byte [] org.pdfclown.tokens.Encoding.Encode | ( | string | value | ) | [pure virtual] |
Implemented in org.pdfclown.tokens.LatinEncoding, and org.pdfclown.tokens.PdfEncoding.
readonly Encoding org.pdfclown.tokens.Encoding.Pdf = new PdfEncoding() [static] |
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
1.6.3