Метод | Описание | |
---|---|---|
CopyToAsync ( Stream destination, int bufferSize, System cancellationToken ) : System.Threading.Tasks.Task | ||
Flush ( ) : void | ||
FlushAsync ( System cancellationToken ) : System.Threading.Tasks.Task | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadAsync ( byte buffer, int offset, int count, System cancellationToken ) : Task |
||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
UnclosableStream ( Stream baseStream ) : System | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteAsync ( byte buffer, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task | ||
WriteByte ( byte value ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public CopyToAsync ( Stream destination, int bufferSize, System cancellationToken ) : System.Threading.Tasks.Task | ||
destination | Stream | |
bufferSize | int | |
cancellationToken | System | |
Результат | System.Threading.Tasks.Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public FlushAsync ( System cancellationToken ) : System.Threading.Tasks.Task | ||
cancellationToken | System | |
Результат | System.Threading.Tasks.Task |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | int |
public ReadAsync ( byte buffer, int offset, int count, System cancellationToken ) : Task |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | System | |
Результат | Task |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
Результат | long |
public UnclosableStream ( Stream baseStream ) : System | ||
baseStream | Stream | |
Результат | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |
public WriteAsync ( byte buffer, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task | ||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | System | |
Результат | System.Threading.Tasks.Task |