C# Class iTextSharp.text.io.StreamUtil

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 méthode

public static AddToResourceSearch ( object obj ) : void
obj object
Résultat void

CopyBytes() public static méthode

public static CopyBytes ( IRandomAccessSource source, long start, long length, Stream outs ) : void
source IRandomAccessSource
start long
length long
outs Stream
Résultat void

GetResourceStream() public static méthode

public static GetResourceStream ( string key ) : Stream
key string
Résultat Stream

InputStreamToArray() public static méthode

public static InputStreamToArray ( Stream inp ) : byte[]
inp Stream
Résultat byte[]