com.github.hetianyi.common.Const Maven / Gradle / Ivy
package com.github.hetianyi.common;
import com.google.gson.Gson;
public class Const {
/** 默认json处理工具 */
public static final Gson GSON = new Gson();
/** gz压缩文件的前缀字节 */
public static final byte[] GZ_PREFIX = new byte[]{31, -117, 8, 0};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy