C# Class Gwupe.Common.Misc

Show file Open project: gwupe/Gwupe Class Usage Examples

Public Methods

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

Private Methods

Method Description
Misc ( ) : System.IO

Method Details

CopyTo() public method

public CopyTo ( Stream src, Stream dest ) : void
src System.IO.Stream
dest System.IO.Stream
return void

Instance() public static method

public static Instance ( ) : Misc
return Misc

Zip() public method

public Zip ( byte bytes ) : byte[]
bytes byte
return byte[]

Zip() public method

public Zip ( string str ) : byte[]
str string
return byte[]