public interface Compressive
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.JsonParser |
JSON_PARSER
|
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
createEmptyJson()
|
default boolean |
isZipped(byte[] compressed)
|
default String |
unzip(byte[] compressed)
|
default byte[] |
zip(String str)
|
Copyright © 2020. All rights reserved.