C# Class iTextSharp.text.io.GetBufferedRandomAccessSource

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

GetBufferedRandomAccessSource() public method

public GetBufferedRandomAccessSource ( IRandomAccessSource source ) : System
source IRandomAccessSource
return System