| 程序包 | 说明 |
|---|---|
| xin.alum.aim.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static GZipUtil.GZip |
GZipUtil.GZip.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GZipUtil.GZip |
GZipUtil.GZip.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GZipUtil.GZip[] |
GZipUtil.GZip.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static GZipUtil.GZip[] |
GZipUtil.GZip.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
GZipUtil.gzip(GZipUtil.GZip zip,
byte[] in) |
byte[] |
GZipUtil.gzip(GZipUtil.GZip zip,
byte[] in) |
String |
GZipUtil.gzip(GZipUtil.GZip zip,
String text) |
String |
GZipUtil.gzip(GZipUtil.GZip zip,
String text) |
byte[] |
GZipUtil.ungzip(GZipUtil.GZip zip,
byte[] in) |
byte[] |
GZipUtil.ungzip(GZipUtil.GZip zip,
byte[] in) |
io.netty.buffer.ByteBuf |
GZipUtil.ungzip(GZipUtil.GZip gZip,
io.netty.buffer.ByteBuf in)
Proto对象GZip解压
|
io.netty.buffer.ByteBuf |
GZipUtil.ungzip(GZipUtil.GZip gZip,
io.netty.buffer.ByteBuf in)
Proto对象GZip解压
|
String |
GZipUtil.ungzip(GZipUtil.GZip zip,
String text) |
String |
GZipUtil.ungzip(GZipUtil.GZip zip,
String text) |
Copyright © 2020–2022 The AIM Project. All rights reserved.