C# 클래스 iTextSharp.text.io.IndependentRandomAccessSource

상속: IRandomAccessSource
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
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