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

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

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Get ( long position ) : int
Get ( long position, byte bytes, int off, int len ) : int
RAFRandomAccessSource ( FileStream raf ) : 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

RAFRandomAccessSource() 공개 메소드

public RAFRandomAccessSource ( FileStream raf ) : System
raf System.IO.FileStream
리턴 System