MultiBufferMemoryStream(IBufferManager, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MultiBufferMemoryStream class with the specified buffer manager.
public MultiBufferMemoryStream(Microsoft.Azure.Storage.IBufferManager bufferManager, int bufferSize = 65536);
new Microsoft.Azure.Storage.Core.MultiBufferMemoryStream : Microsoft.Azure.Storage.IBufferManager * int -> Microsoft.Azure.Storage.Core.MultiBufferMemoryStream
Public Sub New (bufferManager As IBufferManager, Optional bufferSize As Integer = 65536)
Parameters
- bufferManager
- IBufferManager
The IBufferManager to use to acquire and return buffers for the stream. May be null
.
- bufferSize
- Int32
The buffer size to use for each block. The default size is 64 KB. Note that this parameter is disregarded when an IBufferManager is specified.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET