C# Class iTextSharp.text.io.RAFRandomAccessSource

Inheritance: IRandomAccessSource
Show file 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
RAFRandomAccessSource ( FileStream raf ) : 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

RAFRandomAccessSource() public method

public RAFRandomAccessSource ( FileStream raf ) : System
raf System.IO.FileStream
return System