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.
Assembly: Reportman.Drawing.dll
Syntax
public class MemStreams : IDisposable
Constructors
View Source
MemStreams()
Declaration
Properties
View Source
Count
Declaration
public int Count { get; }
Property Value
View Source
this[int]
Declaration
public MemoryStream this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
Methods
View Source
Add(MemoryStream)
Declaration
public void Add(MemoryStream obj)
Parameters
View Source
Clear()
Declaration
View Source
Dispose()
Declaration
Implements