C# Class ModernHttpClient.ByteArrayListStream

Inheritance: Stream
Afficher le fichier Open project: fpt-software/Wordpress-Client Class Usage Examples

Méthodes publiques

Méthode Description
AddByteArray ( byte arrayToAdd ) : void
ByteArrayListStream ( ) : System
Complete ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadAsync ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task
Seek ( long offset, SeekOrigin origin ) : long
SetException ( Exception ex ) : void
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Method Details

AddByteArray() public méthode

public AddByteArray ( byte arrayToAdd ) : void
arrayToAdd byte
Résultat void

ByteArrayListStream() public méthode

public ByteArrayListStream ( ) : System
Résultat System

Complete() public méthode

public Complete ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
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

ReadAsync() public méthode

public ReadAsync ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task
buffer byte
offset int
count int
cancellationToken System.Threading.CancellationToken
Résultat Task

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetException() public méthode

public SetException ( Exception ex ) : void
ex System.Exception
Résultat void

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

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

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void