C# Class Ext.Net.Utilities.Inflatr.Base

Afficher le fichier Open project: extnet/Utilities

Protected Properties

Свойство Type Description
c int
index int
input string
r StringBuilder

Méthodes publiques

Méthode Description
Base ( ) : System

Base ( Options options ) : System

Inflate ( string input ) : string

Inflate the string

Méthodes protégées

Méthode Description
After ( Regex pattern, Regex start ) : bool

Append ( ) : void

Between ( string start ) : string

Between ( string start, string finish ) : string

Escape ( string pattern ) : string

Indent ( ) : StringBuilder

LastIndexOf ( Regex pattern ) : int

LastIndexOf ( Regex pattern, string input ) : int

NewLine ( ) : string

NextChar ( ) : bool

Peek ( string pat ) : string

Scan ( string pat ) : string

ScanUntil ( string pat ) : string

WhiteSpace ( ) : bool

Method Details

After() protected méthode

protected After ( Regex pattern, Regex start ) : bool
pattern System.Text.RegularExpressions.Regex
start System.Text.RegularExpressions.Regex
Résultat bool

Append() protected méthode

protected Append ( ) : void
Résultat void

Base() public méthode

public Base ( ) : System
Résultat System

Base() public méthode

public Base ( Options options ) : System
options Options
Résultat System

Between() protected méthode

protected Between ( string start ) : string
start string
Résultat string

Between() protected méthode

protected Between ( string start, string finish ) : string
start string
finish string
Résultat string

Escape() protected méthode

protected Escape ( string pattern ) : string
pattern string
Résultat string

Indent() protected méthode

protected Indent ( ) : StringBuilder
Résultat StringBuilder

Inflate() public abstract méthode

Inflate the string
public abstract Inflate ( string input ) : string
input string compressed string
Résultat string

LastIndexOf() protected méthode

protected LastIndexOf ( Regex pattern ) : int
pattern System.Text.RegularExpressions.Regex
Résultat int

LastIndexOf() protected méthode

protected LastIndexOf ( Regex pattern, string input ) : int
pattern System.Text.RegularExpressions.Regex
input string
Résultat int

NewLine() protected méthode

protected NewLine ( ) : string
Résultat string

NextChar() protected méthode

protected NextChar ( ) : bool
Résultat bool

Peek() protected méthode

protected Peek ( string pat ) : string
pat string
Résultat string

Scan() protected méthode

protected Scan ( string pat ) : string
pat string
Résultat string

ScanUntil() protected méthode

protected ScanUntil ( string pat ) : string
pat string
Résultat string

WhiteSpace() protected méthode

protected WhiteSpace ( ) : bool
Résultat bool

Property Details

c protected_oe property

protected int c
Résultat int

index protected_oe property

protected int index
Résultat int

input protected_oe property

protected string input
Résultat string

r protected_oe property

protected StringBuilder r
Résultat StringBuilder