C# Class iTextSharp.text.io.GetBufferedRandomAccessSource

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
GetBufferedRandomAccessSource ( IRandomAccessSource source ) : 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

GetBufferedRandomAccessSource() public méthode

public GetBufferedRandomAccessSource ( IRandomAccessSource source ) : System
source IRandomAccessSource
Résultat System