C# Класс iTextSharp.text.io.IndependentRandomAccessSource

Наследование: IRandomAccessSource
Показать файл Открыть проект

Открытые методы

Метод Описание
Close ( ) : void
Dispose ( ) : void
Get ( long position ) : int
Get ( long position, byte bytes, int off, int len ) : int
IndependentRandomAccessSource ( IRandomAccessSource source ) : System

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Get() публичный Метод

public Get ( long position ) : int
position long
Результат int

Get() публичный Метод

public Get ( long position, byte bytes, int off, int len ) : int
position long
bytes byte
off int
len int
Результат int

IndependentRandomAccessSource() публичный Метод

public IndependentRandomAccessSource ( IRandomAccessSource source ) : System
source IRandomAccessSource
Результат System