C# Class Lucene.Net.Demo.Html.HTMLParser.MyPipedInputStream
Datei anzeigen
Open project: synhershko/lucene.net
Public Methods
Method |
Description |
|
Close ( ) : void |
|
|
Full ( ) : bool |
|
|
Read ( byte buffer, int offset, int count ) : int |
|
|
Write ( byte buffer, int offset, int count ) : void |
|
|
Method Details
public Close ( ) : void |
return |
void |
|
public Full ( ) : bool |
return |
bool |
|
public Read ( byte buffer, int offset, int count ) : int |
buffer |
byte |
|
offset |
int |
|
count |
int |
|
return |
int |
|
public Write ( byte buffer, int offset, int count ) : void |
buffer |
byte |
|
offset |
int |
|
count |
int |
|
return |
void |
|