In memory stream with 8192 blocks to avoid LOH issues. Since .NET places objects larger that 85000 bytes into LOH, avoid it as much as possible by using list of smaller blocks.
Inheritance: Stream
Example #1
0
 public CustomWriter(ChunkedMemoryStream cms)
     : base(cms)
 {
 }