Search Results for

    Show / Hide Table of Contents

    Class MemStreams

    Growable list of in-memory streams that spills to temporary files once the total buffered size exceeds a threshold, keeping memory use bounded.

    Inheritance
    object
    MemStreams
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class MemStreams : IDisposable

    Constructors

    View Source

    MemStreams()

    Declaration
    public MemStreams()

    Properties

    View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    this[int]

    Declaration
    public MemoryStream this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    MemoryStream

    Methods

    View Source

    Add(MemoryStream)

    Declaration
    public void Add(MemoryStream obj)
    Parameters
    Type Name Description
    MemoryStream obj
    View Source

    Clear()

    Declaration
    public void Clear()
    View Source

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX