C# 클래스 IrcShark.Extensions.Scripting.StreamBuffer

Description of StreamBuffer.
상속: Buffer
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int
StreamBuffer ( Stream s, bool isUserStream ) : System

보호된 메소드들

메소드 설명
Close ( ) : void
StreamBuffer ( StreamBuffer b ) : System

비공개 메소드들

메소드 설명
ReadNextStreamChunk ( ) : int

메소드 상세

Close() 보호된 메소드

protected Close ( ) : void
리턴 void

GetString() 공개 메소드

public GetString ( int beg, int end ) : string
beg int
end int
리턴 string

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

StreamBuffer() 공개 메소드

public StreamBuffer ( Stream s, bool isUserStream ) : System
s Stream
isUserStream bool
리턴 System

StreamBuffer() 보호된 메소드

protected StreamBuffer ( StreamBuffer b ) : System
b StreamBuffer
리턴 System