C# 클래스 Streams.ConcatStream

상속: System.IO.ReadOnlyStream
파일 보기 프로젝트 열기: jamesfoster/Streams

공개 프로퍼티들

프로퍼티 타입 설명
InnerStreams Stream[]

공개 메소드들

메소드 설명
ConcatStream ( ) : System
ConcatStream ( IEnumerable streams ) : System
Flush ( ) : void
Init ( Stream streams ) : void
Read ( byte buffer, int offset, int count ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

ConcatStream() 공개 메소드

public ConcatStream ( ) : System
리턴 System

ConcatStream() 공개 메소드

public ConcatStream ( IEnumerable streams ) : System
streams IEnumerable
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Init() 공개 메소드

public Init ( Stream streams ) : void
streams Stream
리턴 void

Read() 공개 메소드

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

프로퍼티 상세

InnerStreams 공개적으로 프로퍼티

public Stream[] InnerStreams
리턴 Stream[]