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

Inheritance: System.IO.MemoryStream
Mostrar archivo 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

Close() public method

public Close ( ) : void
return void

Full() public method

public Full ( ) : bool
return bool

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void