메소드 | 설명 | |
---|---|---|
Compress ( byte data ) : byte[] | ||
Compress ( Stream inputStream, Stream outputStream ) : void | ||
Decompress ( byte data ) : byte[] | ||
Decompress ( Stream inputStream, Stream outputStream ) : void |
public static Compress ( Stream inputStream, Stream outputStream ) : void | ||
inputStream | Stream | |
outputStream | Stream | |
리턴 | void |
public static Decompress ( Stream inputStream, Stream outputStream ) : void | ||
inputStream | Stream | |
outputStream | Stream | |
리턴 | void |