C# 클래스 OKr.Win8Book.Client.Core.Builder.TextParser

파일 보기 프로젝트 열기: anytao/ModernReader

공개 메소드들

메소드 설명
GetBook ( string url ) : Task
GetChapter ( string context, int count ) : Chapter
GetOnePage ( string str, int start, int count, int &location ) : Page

메소드 상세

GetBook() 공개 정적인 메소드

public static GetBook ( string url ) : Task
url string
리턴 Task

GetChapter() 공개 정적인 메소드

public static GetChapter ( string context, int count ) : Chapter
context string
count int
리턴 OKr.Win8Book.Client.Core.Data.Chapter

GetOnePage() 공개 정적인 메소드

public static GetOnePage ( string str, int start, int count, int &location ) : Page
str string
start int
count int
location int
리턴 OKr.Win8Book.Client.Core.Data.Page