C# Class iTextSharp.text.io.RandomAccessSourceFactory

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
CreateBestSource ( String filename ) : IRandomAccessSource
CreateRanged ( IRandomAccessSource source, IList ranges ) : IRandomAccessSource
CreateSource ( FileStream raf ) : IRandomAccessSource
CreateSource ( Stream inp ) : IRandomAccessSource
CreateSource ( Uri url ) : IRandomAccessSource
CreateSource ( byte data ) : IRandomAccessSource
RandomAccessSourceFactory ( ) : System
SetExclusivelyLockFile ( bool exclusivelyLockFile ) : RandomAccessSourceFactory
SetForceRead ( bool forceRead ) : RandomAccessSourceFactory

Private Methods

Méthode Description
CreateByReadingToMemory ( Stream inp ) : IRandomAccessSource
CreateByReadingToMemory ( String filename ) : IRandomAccessSource

Method Details

CreateBestSource() public méthode

public CreateBestSource ( String filename ) : IRandomAccessSource
filename String
Résultat IRandomAccessSource

CreateRanged() public méthode

public CreateRanged ( IRandomAccessSource source, IList ranges ) : IRandomAccessSource
source IRandomAccessSource
ranges IList
Résultat IRandomAccessSource

CreateSource() public méthode

public CreateSource ( FileStream raf ) : IRandomAccessSource
raf System.IO.FileStream
Résultat IRandomAccessSource

CreateSource() public méthode

public CreateSource ( Stream inp ) : IRandomAccessSource
inp Stream
Résultat IRandomAccessSource

CreateSource() public méthode

public CreateSource ( Uri url ) : IRandomAccessSource
url System.Uri
Résultat IRandomAccessSource

CreateSource() public méthode

public CreateSource ( byte data ) : IRandomAccessSource
data byte
Résultat IRandomAccessSource

RandomAccessSourceFactory() public méthode

public RandomAccessSourceFactory ( ) : System
Résultat System

SetExclusivelyLockFile() public méthode

public SetExclusivelyLockFile ( bool exclusivelyLockFile ) : RandomAccessSourceFactory
exclusivelyLockFile bool
Résultat RandomAccessSourceFactory

SetForceRead() public méthode

public SetForceRead ( bool forceRead ) : RandomAccessSourceFactory
forceRead bool
Résultat RandomAccessSourceFactory