C# Class ModernHttpClient.NSUrlSessionHandler.ByteArrayListStream

Inheritance: Stream
Afficher le fichier Open project: xamarin/ModernHttpClient

Méthodes publiques

Méthode Description
AddByteArray ( Array arrayToAdd ) : void
AddByteArray ( byte arrayToAdd ) : void
ByteArrayListStream ( ) : System
Complete ( ) : void
Flush ( ) : void
Read ( Array buffer, int offset, int count ) : int
Read ( byte buffer, int offset, int count ) : int
ReadAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task
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 ( Array buffer, int offset, int count ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Method Details

AddByteArray() public méthode

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

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 ( Array buffer, int offset, int count ) : int
buffer Array
offset int
count int
Résultat int

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 ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task
buffer Array
offset int
count int
cancellationToken CancellationToken
Résultat Task

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 Exception
Résultat void

SetLength() public méthode

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

Write() public méthode

public Write ( Array buffer, int offset, int count ) : void
buffer Array
offset int
count int
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