C# Class iTextSharp.text.io.GroupedRandomAccessSource

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
GroupedRandomAccessSource ( ICollection sources ) : System

Protected Methods

Method Description
GetStartingSourceIndex ( long offset ) : int
SourceInUse ( IRandomAccessSource source ) : void
SourceReleased ( IRandomAccessSource source ) : void

Private Methods

Method Description
GetSourceEntryForOffset ( long offset ) : SourceEntry

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

GetStartingSourceIndex() protected method

protected GetStartingSourceIndex ( long offset ) : int
offset long
return int

GroupedRandomAccessSource() public method

public GroupedRandomAccessSource ( ICollection sources ) : System
sources ICollection
return System

SourceInUse() protected method

protected SourceInUse ( IRandomAccessSource source ) : void
source IRandomAccessSource
return void

SourceReleased() protected method

protected SourceReleased ( IRandomAccessSource source ) : void
source IRandomAccessSource
return void