C# Class _2chAPIProxy.HTMLtoDat

Afficher le fichier Open project: onihusube/2chAPIProxy Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Compile() public static méthode

public static Compile ( String SourceFilePath ) : String
SourceFilePath String
Résultat String

CompileTest() public static méthode

public static CompileTest ( String URI ) : String
URI String
Résultat String

Gethtml() static public méthode

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
Résultat Byte[]

HTMLTranceOutRegex() public static méthode

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

ResContentReplace() public static méthode

public static ResContentReplace ( String dat ) : String
dat String
Résultat String