Method | Description | |
---|---|---|
Deflate ( byte bytes ) : byte[] | ||
Deflate ( string text ) : byte[] | ||
DeflateStream ( |
||
Inflate ( byte gzBuffer ) : string | ||
InflateBytes ( byte gzBuffer ) : byte[] | ||
InflateStream ( |
public DeflateStream ( |
||
outputStream | ||
return |
public InflateBytes ( byte gzBuffer ) : byte[] | ||
gzBuffer | byte | |
return | byte[] |
public InflateStream ( |
||
inputStream | ||
return |