MemoryLimitsAwareOutputStream Internal class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.MemoryLimitsAwareOutputStream[[MemoryLimitsAwareOutputStream]] end subgraph System.IO System.IO.MemoryStream[[MemoryStream]] end System.IO.MemoryStream --> iTextSharp.text.pdf.MemoryLimitsAwareOutputStream
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
( |
Details
Inheritance
-
MemoryStream
Constructors
MemoryLimitsAwareOutputStream [1/2]
Source code
public MemoryLimitsAwareOutputStream()
MemoryLimitsAwareOutputStream [2/2]
Source code
public MemoryLimitsAwareOutputStream(int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
size |
Methods
GetMaxStreamSize
Source code
public long GetMaxStreamSize()
SetMaxStreamSize
Source code
public MemoryLimitsAwareOutputStream SetMaxStreamSize(int maxStreamSize)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
maxStreamSize |
Write
Source code
public override void Write(byte[] b, int off, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b |
|
|
|
off |
|
|
|
len |
Generated with ModularDoc