C# Class Lucene.Net.Demo.Html.HTMLParser.MyPipedInputStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
Close ( ) : void
Full ( ) : bool
Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int offset, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Full() public méthode

public Full ( ) : bool
Résultat bool

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void