MultiBufferMemoryStream
MultiBufferMemoryStream(IBufferManager, Int32)
CanRead
CanSeek
CanWrite
Length
Position
ComputeMD5Hash()
Dispose(Boolean)
FastCopyToAsync(Stream, DateTime?)
Flush()
FlushAsync(CancellationToken)
Read(Byte[], Int32, Int32)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
netcoreapp2.2
namespace Microsoft.WindowsAzure.Storage.Core
{
public class MultiBufferMemoryStream : Stream
{
public override bool CanSeek { get; }
}
}
| Upgrade Planner | 0.0 % Reference this API |
|---|---|
| .NET Core | 2.02.12.2 |
Information specific to netcoreapp2.2 | |
| Assembly | Microsoft.WindowsAzure.Storage , Version=8.1.4.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API