C# Class iTextSharp.text.pdf.PRTokeniser

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
file RandomAccessFileOrArray
generation int
hexString bool
reference int
stringValue string
type int

Méthodes publiques

Méthode Description
BackOnePosition ( int ch ) : void
CheckFdfHeader ( ) : void
CheckObjectStart ( byte line ) : int[]
CheckPdfHeader ( ) : char
Close ( ) : void
GetHex ( int v ) : int
IsDelimiter ( int ch ) : bool
IsHexString ( ) : bool
IsWhitespace ( int ch ) : bool
NextToken ( ) : bool
NextValidToken ( ) : void
PRTokeniser ( RandomAccessFileOrArray file ) : System
PRTokeniser ( byte pdfIn ) : System
PRTokeniser ( string filename ) : System
Read ( ) : int
ReadLineSegment ( byte input ) : bool
ReadString ( int size ) : string
Seek ( int pos ) : void
ThrowError ( string error ) : void

Method Details

BackOnePosition() public méthode

public BackOnePosition ( int ch ) : void
ch int
Résultat void

CheckFdfHeader() public méthode

public CheckFdfHeader ( ) : void
Résultat void

CheckObjectStart() public static méthode

public static CheckObjectStart ( byte line ) : int[]
line byte
Résultat int[]

CheckPdfHeader() public méthode

public CheckPdfHeader ( ) : char
Résultat char

Close() public méthode

public Close ( ) : void
Résultat void

GetHex() public static méthode

public static GetHex ( int v ) : int
v int
Résultat int

IsDelimiter() public static méthode

public static IsDelimiter ( int ch ) : bool
ch int
Résultat bool

IsHexString() public méthode

public IsHexString ( ) : bool
Résultat bool

IsWhitespace() public static méthode

public static IsWhitespace ( int ch ) : bool
ch int
Résultat bool

NextToken() public méthode

public NextToken ( ) : bool
Résultat bool

NextValidToken() public méthode

public NextValidToken ( ) : void
Résultat void

PRTokeniser() public méthode

public PRTokeniser ( RandomAccessFileOrArray file ) : System
file RandomAccessFileOrArray
Résultat System

PRTokeniser() public méthode

public PRTokeniser ( byte pdfIn ) : System
pdfIn byte
Résultat System

PRTokeniser() public méthode

public PRTokeniser ( string filename ) : System
filename string
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

ReadLineSegment() public méthode

public ReadLineSegment ( byte input ) : bool
input byte
Résultat bool

ReadString() public méthode

public ReadString ( int size ) : string
size int
Résultat string

Seek() public méthode

public Seek ( int pos ) : void
pos int
Résultat void

ThrowError() public méthode

public ThrowError ( string error ) : void
error string
Résultat void

Property Details

file protected_oe property

protected RandomAccessFileOrArray,iTextSharp.text.pdf file
Résultat RandomAccessFileOrArray

generation protected_oe property

protected int generation
Résultat int

hexString protected_oe property

protected bool hexString
Résultat bool

reference protected_oe property

protected int reference
Résultat int

stringValue protected_oe property

protected string stringValue
Résultat string

type protected_oe property

protected int type
Résultat int