Package org.apache.cxf.common.util
Class CompressionUtils
java.lang.Object
org.apache.cxf.common.util.CompressionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
deflate
(byte[] tokenBytes) static byte[]
deflate
(byte[] tokenBytes, boolean nowrap) static byte[]
deflate
(byte[] tokenBytes, int level, boolean nowrap) static InputStream
inflate
(byte[] deflatedToken) static InputStream
inflate
(byte[] deflatedToken, boolean nowrap)
-
Method Details
-
inflate
- Throws:
DataFormatException
-
inflate
- Throws:
DataFormatException
-
deflate
public static byte[] deflate(byte[] tokenBytes) -
deflate
public static byte[] deflate(byte[] tokenBytes, boolean nowrap) -
deflate
public static byte[] deflate(byte[] tokenBytes, int level, boolean nowrap)
-