C# 클래스 Streams.ConcatStream
파일 보기
프로젝트 열기: jamesfoster/Streams
공개 프로퍼티들
공개 메소드들
보호된 메소드들
메소드 |
설명 |
|
Dispose ( bool disposing ) : void |
|
|
메소드 상세
public ConcatStream ( IEnumerable streams ) : System |
streams |
IEnumerable |
|
리턴 |
System |
|
protected Dispose ( bool disposing ) : void |
disposing |
bool |
|
리턴 |
void |
|
public Flush ( ) : void |
리턴 |
void |
|
public Init ( Stream streams ) : void |
streams |
Stream |
|
리턴 |
void |
|
public Read ( byte buffer, int offset, int count ) : int |
buffer |
byte |
|
offset |
int |
|
count |
int |
|
리턴 |
int |
|
프로퍼티 상세
public Stream[] InnerStreams |
리턴 |
Stream[] |
|