public class GzipArchiver
extends java.lang.Object
Constructor and Description |
---|
GzipArchiver() |
Modifier and Type | Method and Description |
---|---|
byte[] |
gzip(byte[] data)
Архивирование данных
|
byte[] |
ungzip(byte[] compressedData)
Извлечение данных из архива
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.