C# Class iTextSharp.text.pdf.PRTokeniser

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
file RandomAccessFileOrArray
generation int
hexString bool
reference int
stringValue string
type int

Public Methods

Method 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 method

public BackOnePosition ( int ch ) : void
ch int
return void

CheckFdfHeader() public method

public CheckFdfHeader ( ) : void
return void

CheckObjectStart() public static method

public static CheckObjectStart ( byte line ) : int[]
line byte
return int[]

CheckPdfHeader() public method

public CheckPdfHeader ( ) : char
return char

Close() public method

public Close ( ) : void
return void

GetHex() public static method

public static GetHex ( int v ) : int
v int
return int

IsDelimiter() public static method

public static IsDelimiter ( int ch ) : bool
ch int
return bool

IsHexString() public method

public IsHexString ( ) : bool
return bool

IsWhitespace() public static method

public static IsWhitespace ( int ch ) : bool
ch int
return bool

NextToken() public method

public NextToken ( ) : bool
return bool

NextValidToken() public method

public NextValidToken ( ) : void
return void

PRTokeniser() public method

public PRTokeniser ( RandomAccessFileOrArray file ) : System
file RandomAccessFileOrArray
return System

PRTokeniser() public method

public PRTokeniser ( byte pdfIn ) : System
pdfIn byte
return System

PRTokeniser() public method

public PRTokeniser ( string filename ) : System
filename string
return System

Read() public method

public Read ( ) : int
return int

ReadLineSegment() public method

public ReadLineSegment ( byte input ) : bool
input byte
return bool

ReadString() public method

public ReadString ( int size ) : string
size int
return string

Seek() public method

public Seek ( int pos ) : void
pos int
return void

ThrowError() public method

public ThrowError ( string error ) : void
error string
return void

Property Details

file protected_oe property

protected RandomAccessFileOrArray,iTextSharp.text.pdf file
return RandomAccessFileOrArray

generation protected_oe property

protected int generation
return int

hexString protected_oe property

protected bool hexString
return bool

reference protected_oe property

protected int reference
return int

stringValue protected_oe property

protected string stringValue
return string

type protected_oe property

protected int type
return int