C# Class Gwupe.Common.Misc

Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( Stream src, Stream dest ) : void
Instance ( ) : Misc
Zip ( byte bytes ) : byte[]
Zip ( string str ) : byte[]

Private Methods

Méthode Description
Misc ( ) : System.IO

Method Details

CopyTo() public méthode

public CopyTo ( Stream src, Stream dest ) : void
src System.IO.Stream
dest System.IO.Stream
Résultat void

Instance() public static méthode

public static Instance ( ) : Misc
Résultat Misc

Zip() public méthode

public Zip ( byte bytes ) : byte[]
bytes byte
Résultat byte[]

Zip() public méthode

public Zip ( string str ) : byte[]
str string
Résultat byte[]