C# 클래스 Lucene.Net.Demo.Html.HTMLParser.MyPipedInputStream

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
Close ( ) : void
Full ( ) : bool
Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int offset, int count ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Full() 공개 메소드

public Full ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Write() 공개 메소드

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