Package io.datarouter.bytes
Class GzipTool
java.lang.Object
io.datarouter.bytes.GzipTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]encode(byte[] input) static io.datarouter.scanner.Scanner<byte[]>encode(InputStream input) static InputStreamencodeToInputStream(InputStream input)
-
Constructor Details
-
GzipTool
public GzipTool()
-
-
Method Details
-
encode
public static byte[] encode(byte[] input) -
encode
-
encodeToInputStream
-