public class Compress extends Object
| Constructor and Description |
|---|
Compress() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deflate(byte[] bytes) |
static byte[] |
deflate(String text) |
static String |
deflateBase64(String text) |
static String |
inflate(byte[] bytes) |
static String |
inflate(InputStream in) |
static String |
inflateBase64(String text) |
public static byte[] deflate(byte[] bytes)
public static byte[] deflate(String text)
public static String inflate(byte[] bytes)
public static String inflate(InputStream in)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.