Package com.stimulsoft.base.utils
Class StiDeflateHelper
java.lang.Object
com.stimulsoft.base.utils.StiDeflateHelper
Deftale helper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]deflate(byte[] input) Deflate byte array to byte arraystatic ByteArrayOutputStreamdeflateStream(byte[] input) Deflate byte array toByteArrayOutputStream
-
Constructor Details
-
StiDeflateHelper
public StiDeflateHelper()
-
-
Method Details
-
deflateStream
Deflate byte array toByteArrayOutputStream- Parameters:
input-- Returns:
ByteArrayOutputStream
-
deflate
public static byte[] deflate(byte[] input) Deflate byte array to byte array- Parameters:
input-- Returns:
- byte array
-