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
Details
Inheritance
Constructors
MemoryLimitsAwareOutputStream [1/2]
Source code
public MemoryLimitsAwareOutputStream()
MemoryLimitsAwareOutputStream [2/2]
Source code
public MemoryLimitsAwareOutputStream(int size)
Arguments
Type | Name | Description |
---|
int | size | |
Methods
GetMaxStreamSize
Source code
public long GetMaxStreamSize()
SetMaxStreamSize
Source code
public MemoryLimitsAwareOutputStream SetMaxStreamSize(int maxStreamSize)
Arguments
Type | Name | Description |
---|
int | maxStreamSize | |
Write
Source code
public override void Write(byte[] b, int off, int len)
Arguments
Type | Name | Description |
---|
byte``[] | b | |
int | off | |
int | len | |
Generated with ModularDoc