Azure.Storage.Shared.StorageWriteStream
namespace Azure.Storage.Shared
{
internal abstract class StorageWriteStream : Stream
{
protected long ;
protected long ;
protected readonly IProgress<long> ;
protected readonly PooledMemoryStream ;
protected StorageWriteStream(long position, long bufferSize, IProgress<long> progressHandler, UploadTransferValidationOptions transferValidation, PooledMemoryStream buffer = null, ArrayPool<byte> bufferPool = null);
protected virtual Task (bool async, CancellationToken cancellationToken);
protected abstract Task (UploadTransferValidationOptions , bool , CancellationToken );
protected abstract void (long );
protected Task (byte[] buffer, int offset, int count, bool async, CancellationToken cancellationToken);
protected static void (byte[] buffer, int offset, int count);
protected IDisposable (out UploadTransferValidationOptions validationOptions);
}
}