C# Class iTextSharp.text.io.ArrayRandomAccessSource

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

Méthodes publiques

Méthode Description
ArrayRandomAccessSource ( byte array ) : System
Close ( ) : void
Dispose ( ) : void
Get ( long offset ) : int
Get ( long offset, byte bytes, int off, int len ) : int

Method Details

ArrayRandomAccessSource() public méthode

public ArrayRandomAccessSource ( byte array ) : System
array byte
Résultat System

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 offset ) : int
offset long
Résultat int

Get() public méthode

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