C# Class _2chAPIProxy.HTMLtoDat

Mostrar archivo Open project: onihusube/2chAPIProxy Class Usage Examples

Public Methods

Method Description
Compile ( String SourceFilePath ) : String
CompileTest ( String URI ) : String
Gethtml ( String URI, int range, String UA, bool CRReplace, String LastMod = null ) : Byte[]
HTMLTranceOutRegex ( String URI, int range, String UA, String LastMod = null ) : Byte[]
ResContentReplace ( String dat ) : String

Private Methods

Method Description
DifferenceDetection ( Array dat, String LastMod, String UA, int range, int size ) : Byte[]
html2dat ( String res ) : String

Method Details

Compile() public static method

public static Compile ( String SourceFilePath ) : String
SourceFilePath String
return String

CompileTest() public static method

public static CompileTest ( String URI ) : String
URI String
return String

Gethtml() static public method

static public Gethtml ( String URI, int range, String UA, bool CRReplace, String LastMod = null ) : Byte[]
URI String
range int
UA String
CRReplace bool
LastMod String
return Byte[]

HTMLTranceOutRegex() public static method

public static HTMLTranceOutRegex ( String URI, int range, String UA, String LastMod = null ) : Byte[]
URI String
range int
UA String
LastMod String
return Byte[]

ResContentReplace() public static method

public static ResContentReplace ( String dat ) : String
dat String
return String