C# Class iTextSharp.text.io.IndependentRandomAccessSource

Inheritance: IRandomAccessSource
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Get ( long position ) : int
Get ( long position, byte bytes, int off, int len ) : int
IndependentRandomAccessSource ( 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

IndependentRandomAccessSource() public method

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