C# Class iTextSharp.text.io.WindowRandomAccessSource

Inheritance: IRandomAccessSource
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( long position ) : int
position long
return int

Get() public method

public Get ( long position, byte bytes, int off, int len ) : int
position long
bytes byte
off int
len int
return int

WindowRandomAccessSource() public method

public WindowRandomAccessSource ( IRandomAccessSource source, long offset ) : System
source IRandomAccessSource
offset long
return System

WindowRandomAccessSource() public method

public WindowRandomAccessSource ( IRandomAccessSource source, long offset, long length ) : System
source IRandomAccessSource
offset long
length long
return System