graph TD
Base0["Stream"]-->Type
Base1["MarshalByRefObject"]-->Base0
Base2["object"]-->Base1
Interface0["IDisposable"]-.->Type
Type["BackToBackStream"]
class Type type-node
Syntax
public class BackToBackStream : Stream, IDisposable
Constructors
Properties
Methods
Name |
Value |
Summary |
Dispose(bool) |
void |
|
Flush() |
void |
|
FlushAsync(CancellationToken) |
Task |
|
Read(byte[], int, int) |
int |
|
ReadAsync(byte[], int, int, CancellationToken) |
Task<int> |
|
Seek(long, SeekOrigin) |
long |
|
SetLength(long) |
void |
|
Write(byte[], int, int) |
void |
|
WriteAsync(byte[], int, int, CancellationToken) |
Task |
|