org.pdfclown.tokens.PdfEncoding Class Reference

PDF serialization encoding [PDF:1.6:3.1]. More...

Inheritance diagram for org.pdfclown.tokens.PdfEncoding:
org.pdfclown.tokens.Encoding

List of all members.

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 Attributes

static readonly Encoding Pdf = new PdfEncoding()

PDF serialization encoding [PDF:1.6:3.1].

PDF can be entirely represented using byte values corresponding to the visible printable subset of the ASCII character set, plus white space characters such as space, tab, carriage return, and line feed characters. However, a PDF file is not restricted to the ASCII character set; it can contain arbitrary 8-bit bytes.


Member Function Documentation

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

Member Data Documentation

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