org.apache.cxf.common.util
Class CompressionUtils
java.lang.Object
org.apache.cxf.common.util.CompressionUtils
public final class CompressionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inflate
public static InputStream inflate(byte[] deflatedToken)
throws DataFormatException
- Throws:
DataFormatException
inflate
public static InputStream inflate(byte[] deflatedToken,
boolean nowrap)
throws DataFormatException
- Throws:
DataFormatException
deflate
public static byte[] deflate(byte[] tokenBytes)
deflate
public static byte[] deflate(byte[] tokenBytes,
boolean nowrap)
Apache CXF