public class StiDeflateHelper
extends java.lang.Object
| Constructor and Description |
|---|
StiDeflateHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deflate(byte[] input)
Deflate byte array to byte array
|
static java.io.ByteArrayOutputStream |
deflateStream(byte[] input)
Deflate byte array to
ByteArrayOutputStream |
public static java.io.ByteArrayOutputStream deflateStream(byte[] input)
ByteArrayOutputStreaminput - ByteArrayOutputStreampublic static byte[] deflate(byte[] input)
input - Copyright © 2020 Stimulsoft. All Rights Reserved.