C# Class Streams.ConcatStream

Inheritance: System.IO.ReadOnlyStream
Afficher le fichier Open project: jamesfoster/Streams

Méthodes publiques

Свойство Type Description
InnerStreams Stream[]

Méthodes publiques

Méthode Description
ConcatStream ( ) : System
ConcatStream ( IEnumerable streams ) : System
Flush ( ) : void
Init ( Stream streams ) : void
Read ( byte buffer, int offset, int count ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ConcatStream() public méthode

public ConcatStream ( ) : System
Résultat System

ConcatStream() public méthode

public ConcatStream ( IEnumerable streams ) : System
streams IEnumerable
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Init() public méthode

public Init ( Stream streams ) : void
streams Stream
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Property Details

InnerStreams public_oe property

public Stream[] InnerStreams
Résultat Stream[]