C# Class iTextSharp.text.io.StreamUtil

ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
AddToResourceSearch ( object obj ) : void
CopyBytes ( IRandomAccessSource source, long start, long length, Stream outs ) : void
GetResourceStream ( string key ) : Stream
InputStreamToArray ( Stream inp ) : byte[]

Method Details

AddToResourceSearch() public static method

public static AddToResourceSearch ( object obj ) : void
obj object
return void

CopyBytes() public static method

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

GetResourceStream() public static method

public static GetResourceStream ( string key ) : Stream
key string
return Stream

InputStreamToArray() public static method

public static InputStreamToArray ( Stream inp ) : byte[]
inp Stream
return byte[]