Table of Contents

Class RecyclableMemoryStream

Namespace
Yarhl.IO.StreamFormat
Assembly
Yarhl.dll

In-memory stream with a pool of buffers.

public sealed class RecyclableMemoryStream : StreamWrapper, IAsyncDisposable, IDisposable
Inheritance
RecyclableMemoryStream
Implements
Inherited Members

Constructors

RecyclableMemoryStream()

Initializes a new instance of the RecyclableMemoryStream class.

public RecyclableMemoryStream()

Methods

SetLength(long)

Sets the length of the stream.

public override void SetLength(long value)

Parameters

value long

The new length of the stream.