Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
CopyTo ( Stream destination, int bufferSize ) : void | ||
CopyToAsync ( Stream destination, int bufferSize, CancellationToken cancellationToken ) : Task | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
FlushAsync ( CancellationToken cancellationToken ) : Task | ||
GetBuffer ( ) : byte[] | ||
MemoryStream ( ) : System.Threading | ||
MemoryStream ( byte buffer ) : System.Threading | ||
MemoryStream ( byte buffer, bool writable ) : System.Threading | ||
MemoryStream ( byte buffer, int index, int count ) : System.Threading | ||
MemoryStream ( byte buffer, int index, int count, bool writable ) : System.Threading | ||
MemoryStream ( byte buffer, int index, int count, bool writable, bool publiclyVisible ) : System.Threading | ||
MemoryStream ( int capacity ) : System.Threading | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadAsync ( Byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin loc ) : long | ||
SetLength ( long value ) : void | ||
ToArray ( ) : byte[] | ||
TryGetBuffer ( ArraySegment |
||
Write ( byte buffer, int offset, int count ) : void | ||
WriteAsync ( Byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task | ||
WriteByte ( byte value ) : void | ||
WriteTo ( Stream stream ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CopyToAsyncImpl ( Stream destination, int bufferSize, CancellationToken cancellationToken ) : Task | ||
EnsureCapacity ( int value ) : bool | ||
EnsureWriteable ( ) : void | ||
InternalEmulateRead ( int count ) : int | ||
InternalGetBuffer ( ) : byte[] | ||
InternalGetPosition ( ) : int | ||
InternalReadInt32 ( ) : int | ||
ReadAsyncImpl ( Byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
WriteAsyncImpl ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public CopyTo ( Stream destination, int bufferSize ) : void | ||
destination | Stream | |
bufferSize | int | |
return | void |
public CopyToAsync ( Stream destination, int bufferSize, CancellationToken cancellationToken ) : Task | ||
destination | Stream | |
bufferSize | int | |
cancellationToken | CancellationToken | |
return | Task |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public FlushAsync ( CancellationToken cancellationToken ) : Task | ||
cancellationToken | CancellationToken | |
return | Task |
public MemoryStream ( byte buffer ) : System.Threading | ||
buffer | byte | |
return | System.Threading |
public MemoryStream ( byte buffer, bool writable ) : System.Threading | ||
buffer | byte | |
writable | bool | |
return | System.Threading |
public MemoryStream ( byte buffer, int index, int count ) : System.Threading | ||
buffer | byte | |
index | int | |
count | int | |
return | System.Threading |
public MemoryStream ( byte buffer, int index, int count, bool writable ) : System.Threading | ||
buffer | byte | |
index | int | |
count | int | |
writable | bool | |
return | System.Threading |
public MemoryStream ( byte buffer, int index, int count, bool writable, bool publiclyVisible ) : System.Threading | ||
buffer | byte | |
index | int | |
count | int | |
writable | bool | |
publiclyVisible | bool | |
return | System.Threading |
public MemoryStream ( int capacity ) : System.Threading | ||
capacity | int | |
return | System.Threading |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public ReadAsync ( Byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
||
buffer | Byte | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
return | Task |
public Seek ( long offset, SeekOrigin loc ) : long | ||
offset | long | |
loc | SeekOrigin | |
return | long |
public TryGetBuffer ( ArraySegment |
||
buffer | ArraySegment |
|
return | bool |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public WriteAsync ( Byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task | ||
buffer | Byte | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
return | Task |