C# Class iTextSharp.text.io.ArrayRandomAccessSource

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

Public Methods

Method Description
ArrayRandomAccessSource ( byte array ) : System
Close ( ) : void
Dispose ( ) : void
Get ( long offset ) : int
Get ( long offset, byte bytes, int off, int len ) : int

Method Details

ArrayRandomAccessSource() public method

public ArrayRandomAccessSource ( byte array ) : System
array byte
return System

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

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

Get() public method

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