iText 5

RandomAccessSourceFactory

RandomAccessSourceFactory Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.io iTextSharp.text.io.RandomAccessSourceFactory[[RandomAccessSourceFactory]] end

Members

Methods

Public methods

Details

Constructors

RandomAccessSourceFactory

Source code

public RandomAccessSourceFactory()

Methods

SetForceRead

Source code

public RandomAccessSourceFactory SetForceRead(bool forceRead)

Arguments

Type

Name

Description

bool

forceRead

SetExclusivelyLockFile

Source code

public RandomAccessSourceFactory SetExclusivelyLockFile(bool exclusivelyLockFile)

Arguments

Type

Name

Description

bool

exclusivelyLockFile

CreateSource [1/4]

Source code

public IRandomAccessSource CreateSource(byte[] data)

Arguments

Type

Name

Description

byte``[]

data

CreateSource [2/4]

Source code

public IRandomAccessSource CreateSource(FileStream raf)

Arguments

Type

Name

Description

FileStream

raf

CreateSource [3/4]

Source code

public IRandomAccessSource CreateSource(Uri url)

Arguments

Type

Name

Description

Uri

url

CreateSource [4/4]

Source code

public IRandomAccessSource CreateSource(Stream inp)

Arguments

Type

Name

Description

Stream

inp

CreateBestSource

Source code

public IRandomAccessSource CreateBestSource(string filename)

Arguments

Type

Name

Description

string

filename

CreateRanged

Source code

public IRandomAccessSource CreateRanged(IRandomAccessSource source, IList<long> ranges)

Arguments

Type

Name

Description

IRandomAccessSource

source

IList<long>

ranges

Generated with ModularDoc