Interface ICustomStreamWriter
A concrete implementation of this interface is required when calling CopyStream.
Assembly: StreamExtended.dll
Syntax
public interface ICustomStreamWriter
Methods
|
Edit this page
View Source
Write(byte[], int, int)
Declaration
void Write(byte[] buffer, int i, int bufferLength)
Parameters
| Type |
Name |
Description |
| byte[] |
buffer |
|
| int |
i |
|
| int |
bufferLength |
|
|
Edit this page
View Source
WriteAsync(byte[], int, int, CancellationToken)
Declaration
Task WriteAsync(byte[] buffer, int i, int bufferLength, CancellationToken cancellationToken)
Parameters
Returns