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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
source, |
|
|
( |
|
|
( |
|
|
( |
Details
Constructors
RandomAccessSourceFactory
Source code
public RandomAccessSourceFactory()
Methods
SetForceRead
Source code
public RandomAccessSourceFactory SetForceRead(bool forceRead)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
forceRead |
SetExclusivelyLockFile
Source code
public RandomAccessSourceFactory SetExclusivelyLockFile(bool exclusivelyLockFile)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
exclusivelyLockFile |
CreateSource [1/4]
Source code
public IRandomAccessSource CreateSource(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
CreateSource [2/4]
Source code
public IRandomAccessSource CreateSource(FileStream raf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
raf |
CreateSource [3/4]
Source code
public IRandomAccessSource CreateSource(Uri url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
CreateSource [4/4]
Source code
public IRandomAccessSource CreateSource(Stream inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
CreateBestSource
Source code
public IRandomAccessSource CreateBestSource(string filename)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
CreateRanged
Source code
public IRandomAccessSource CreateRanged(IRandomAccessSource source, IList<long> ranges)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
source |
|
|
|
ranges |
Generated with ModularDoc