C# 클래스 Gwupe.Common.Misc

파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( Stream src, Stream dest ) : void
Instance ( ) : Misc
Zip ( byte bytes ) : byte[]
Zip ( string str ) : byte[]

비공개 메소드들

메소드 설명
Misc ( ) : System.IO

메소드 상세

CopyTo() 공개 메소드

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

Instance() 공개 정적인 메소드

public static Instance ( ) : Misc
리턴 Misc

Zip() 공개 메소드

public Zip ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

Zip() 공개 메소드

public Zip ( string str ) : byte[]
str string
리턴 byte[]