|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.utils.StiDeflateHelper
public class StiDeflateHelper
Deftale helper Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiDeflateHelper()
|
|
| Method Summary | |
|---|---|
static byte[] |
deflate(byte[] input)
Deflate byte array to byte array |
static java.io.ByteArrayOutputStream |
deflateStream(byte[] input)
Deflate byte array to ByteArrayOutputStream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiDeflateHelper()
| Method Detail |
|---|
public static java.io.ByteArrayOutputStream deflateStream(byte[] input)
ByteArrayOutputStream
input -
ByteArrayOutputStreampublic static byte[] deflate(byte[] input)
input -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||