C# Class iTextSharp.text.io.WindowRandomAccessSource

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
WindowRandomAccessSource ( IRandomAccessSource source, long offset ) : System
WindowRandomAccessSource ( IRandomAccessSource source, long offset, long length ) : System

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

WindowRandomAccessSource() public méthode

public WindowRandomAccessSource ( IRandomAccessSource source, long offset ) : System
source IRandomAccessSource
offset long
Résultat System

WindowRandomAccessSource() public méthode

public WindowRandomAccessSource ( IRandomAccessSource source, long offset, long length ) : System
source IRandomAccessSource
offset long
length long
Résultat System