C# Class CSharpUtils.Web._45.Streams.MixedReaderAsync

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
BaseStream System.IO.Stream

Méthodes publiques

Méthode Description
MixedReaderAsync ( Stream Stream ) : System.Collections.Generic
ReadBytesAsync ( int NumberOfBytes ) : Task
ReadBytesUntilAsync ( byte End ) : Task
SkipBytesAsync ( int NumberOfBytes ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
EnsureDataAsync ( int MinimumBytes = 1 ) : System.Threading.Tasks.Task

Method Details

EnsureDataAsync() protected méthode

protected EnsureDataAsync ( int MinimumBytes = 1 ) : System.Threading.Tasks.Task
MinimumBytes int
Résultat System.Threading.Tasks.Task

MixedReaderAsync() public méthode

public MixedReaderAsync ( Stream Stream ) : System.Collections.Generic
Stream System.IO.Stream
Résultat System.Collections.Generic

ReadBytesAsync() public méthode

public ReadBytesAsync ( int NumberOfBytes ) : Task
NumberOfBytes int
Résultat Task

ReadBytesUntilAsync() public méthode

public ReadBytesUntilAsync ( byte End ) : Task
End byte
Résultat Task

SkipBytesAsync() public méthode

public SkipBytesAsync ( int NumberOfBytes ) : System.Threading.Tasks.Task
NumberOfBytes int
Résultat System.Threading.Tasks.Task

Property Details

BaseStream protected_oe property

protected Stream,System.IO BaseStream
Résultat System.IO.Stream