C# Class ModernHttpClient.NSUrlSessionHandler.ByteArrayListStream

Inheritance: Stream
Datei anzeigen Open project: xamarin/ModernHttpClient

Public Methods

Method 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 method

public AddByteArray ( Array arrayToAdd ) : void
arrayToAdd Array
return void

AddByteArray() public method

public AddByteArray ( byte arrayToAdd ) : void
arrayToAdd byte
return void

ByteArrayListStream() public method

public ByteArrayListStream ( ) : System
return System

Complete() public method

public Complete ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( Array buffer, int offset, int count ) : int
buffer Array
offset int
count int
return int

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadAsync() public method

public ReadAsync ( Array buffer, int offset, int count, CancellationToken cancellationToken ) : Task
buffer Array
offset int
count int
cancellationToken CancellationToken
return Task

ReadAsync() public method

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

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetException() public method

public SetException ( Exception ex ) : void
ex Exception
return void

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( Array buffer, int offset, int count ) : void
buffer Array
offset int
count int
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void