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

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

공개 메소드들

메소드 설명
AddToResourceSearch ( object obj ) : void
CopyBytes ( IRandomAccessSource source, long start, long length, Stream outs ) : void
GetResourceStream ( string key ) : Stream
InputStreamToArray ( Stream inp ) : byte[]

메소드 상세

AddToResourceSearch() 공개 정적인 메소드

public static AddToResourceSearch ( object obj ) : void
obj object
리턴 void

CopyBytes() 공개 정적인 메소드

public static CopyBytes ( IRandomAccessSource source, long start, long length, Stream outs ) : void
source IRandomAccessSource
start long
length long
outs Stream
리턴 void

GetResourceStream() 공개 정적인 메소드

public static GetResourceStream ( string key ) : Stream
key string
리턴 Stream

InputStreamToArray() 공개 정적인 메소드

public static InputStreamToArray ( Stream inp ) : byte[]
inp Stream
리턴 byte[]