C# 클래스 _2chAPIProxy.HTMLtoDat

파일 보기 프로젝트 열기: onihusube/2chAPIProxy 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DifferenceDetection ( Array dat, String LastMod, String UA, int range, int size ) : Byte[]
html2dat ( String res ) : String

메소드 상세

Compile() 공개 정적인 메소드

public static Compile ( String SourceFilePath ) : String
SourceFilePath String
리턴 String

CompileTest() 공개 정적인 메소드

public static CompileTest ( String URI ) : String
URI String
리턴 String

Gethtml() 정적인 공개 메소드

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
리턴 Byte[]

HTMLTranceOutRegex() 공개 정적인 메소드

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

ResContentReplace() 공개 정적인 메소드

public static ResContentReplace ( String dat ) : String
dat String
리턴 String