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

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CreateBestSource ( String filename ) : IRandomAccessSource
CreateRanged ( IRandomAccessSource source, IList ranges ) : IRandomAccessSource
CreateSource ( FileStream raf ) : IRandomAccessSource
CreateSource ( Stream inp ) : IRandomAccessSource
CreateSource ( Uri url ) : IRandomAccessSource
CreateSource ( byte data ) : IRandomAccessSource
RandomAccessSourceFactory ( ) : System
SetExclusivelyLockFile ( bool exclusivelyLockFile ) : RandomAccessSourceFactory
SetForceRead ( bool forceRead ) : RandomAccessSourceFactory

비공개 메소드들

메소드 설명
CreateByReadingToMemory ( Stream inp ) : IRandomAccessSource
CreateByReadingToMemory ( String filename ) : IRandomAccessSource

메소드 상세

CreateBestSource() 공개 메소드

public CreateBestSource ( String filename ) : IRandomAccessSource
filename String
리턴 IRandomAccessSource

CreateRanged() 공개 메소드

public CreateRanged ( IRandomAccessSource source, IList ranges ) : IRandomAccessSource
source IRandomAccessSource
ranges IList
리턴 IRandomAccessSource

CreateSource() 공개 메소드

public CreateSource ( FileStream raf ) : IRandomAccessSource
raf System.IO.FileStream
리턴 IRandomAccessSource

CreateSource() 공개 메소드

public CreateSource ( Stream inp ) : IRandomAccessSource
inp Stream
리턴 IRandomAccessSource

CreateSource() 공개 메소드

public CreateSource ( Uri url ) : IRandomAccessSource
url System.Uri
리턴 IRandomAccessSource

CreateSource() 공개 메소드

public CreateSource ( byte data ) : IRandomAccessSource
data byte
리턴 IRandomAccessSource

RandomAccessSourceFactory() 공개 메소드

public RandomAccessSourceFactory ( ) : System
리턴 System

SetExclusivelyLockFile() 공개 메소드

public SetExclusivelyLockFile ( bool exclusivelyLockFile ) : RandomAccessSourceFactory
exclusivelyLockFile bool
리턴 RandomAccessSourceFactory

SetForceRead() 공개 메소드

public SetForceRead ( bool forceRead ) : RandomAccessSourceFactory
forceRead bool
리턴 RandomAccessSourceFactory