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

Mostrar archivo Open project: extnet/Utilities

Protected Properties

Property Type Description
c int
index int
input string
r StringBuilder

Public Methods

Method Description
Base ( ) : System

Base ( Options options ) : System

Inflate ( string input ) : string

Inflate the string

Protected Methods

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

protected After ( Regex pattern, Regex start ) : bool
pattern System.Text.RegularExpressions.Regex
start System.Text.RegularExpressions.Regex
return bool

Append() protected method

protected Append ( ) : void
return void

Base() public method

public Base ( ) : System
return System

Base() public method

public Base ( Options options ) : System
options Options
return System

Between() protected method

protected Between ( string start ) : string
start string
return string

Between() protected method

protected Between ( string start, string finish ) : string
start string
finish string
return string

Escape() protected method

protected Escape ( string pattern ) : string
pattern string
return string

Indent() protected method

protected Indent ( ) : StringBuilder
return StringBuilder

Inflate() public abstract method

Inflate the string
public abstract Inflate ( string input ) : string
input string compressed string
return string

LastIndexOf() protected method

protected LastIndexOf ( Regex pattern ) : int
pattern System.Text.RegularExpressions.Regex
return int

LastIndexOf() protected method

protected LastIndexOf ( Regex pattern, string input ) : int
pattern System.Text.RegularExpressions.Regex
input string
return int

NewLine() protected method

protected NewLine ( ) : string
return string

NextChar() protected method

protected NextChar ( ) : bool
return bool

Peek() protected method

protected Peek ( string pat ) : string
pat string
return string

Scan() protected method

protected Scan ( string pat ) : string
pat string
return string

ScanUntil() protected method

protected ScanUntil ( string pat ) : string
pat string
return string

WhiteSpace() protected method

protected WhiteSpace ( ) : bool
return bool

Property Details

c protected_oe property

protected int c
return int

index protected_oe property

protected int index
return int

input protected_oe property

protected string input
return string

r protected_oe property

protected StringBuilder r
return StringBuilder