C# Class OKr.Win8Book.Client.Core.Builder.TextParser

Mostrar archivo Open project: anytao/ModernReader

Public Methods

Method Description
GetBook ( string url ) : Task
GetChapter ( string context, int count ) : Chapter
GetOnePage ( string str, int start, int count, int &location ) : Page

Method Details

GetBook() public static method

public static GetBook ( string url ) : Task
url string
return Task

GetChapter() public static method

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

GetOnePage() public static method

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