Skip to main content
Skip table of contents

MemoryLimitsAwareOutputStream

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
ReturnsName
longGetMaxStreamSize()
MemoryLimitsAwareOutputStreamSetMaxStreamSize(int maxStreamSize)
voidWrite(byte``[] b, int off, int len)

Details

Inheritance

  • MemoryStream

Constructors

MemoryLimitsAwareOutputStream [1/2]

Source code

public MemoryLimitsAwareOutputStream()
MemoryLimitsAwareOutputStream [2/2]

Source code

public MemoryLimitsAwareOutputStream(int size)
Arguments
TypeNameDescription
intsize

Methods

GetMaxStreamSize

Source code

public long GetMaxStreamSize()
SetMaxStreamSize

Source code

public MemoryLimitsAwareOutputStream SetMaxStreamSize(int maxStreamSize)
Arguments
TypeNameDescription
intmaxStreamSize
Write

Source code

public override void Write(byte[] b, int off, int len)
Arguments
TypeNameDescription
byte``[]b
intoff
intlen

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.