C# Class iTextSharp.text.io.GroupedRandomAccessSource

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

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Get ( long position ) : int
Get ( long position, byte bytes, int off, int len ) : int
GroupedRandomAccessSource ( ICollection sources ) : System

Méthodes protégées

Méthode Description
GetStartingSourceIndex ( long offset ) : int
SourceInUse ( IRandomAccessSource source ) : void
SourceReleased ( IRandomAccessSource source ) : void

Private Methods

Méthode Description
GetSourceEntryForOffset ( long offset ) : SourceEntry

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Get() public méthode

public Get ( long position ) : int
position long
Résultat int

Get() public méthode

public Get ( long position, byte bytes, int off, int len ) : int
position long
bytes byte
off int
len int
Résultat int

GetStartingSourceIndex() protected méthode

protected GetStartingSourceIndex ( long offset ) : int
offset long
Résultat int

GroupedRandomAccessSource() public méthode

public GroupedRandomAccessSource ( ICollection sources ) : System
sources ICollection
Résultat System

SourceInUse() protected méthode

protected SourceInUse ( IRandomAccessSource source ) : void
source IRandomAccessSource
Résultat void

SourceReleased() protected méthode

protected SourceReleased ( IRandomAccessSource source ) : void
source IRandomAccessSource
Résultat void