public class DeflateEncoderDecoder extends Object
Constructor and Description |
---|
DeflateEncoderDecoder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
deflateToken(byte[] tokenBytes) |
InputStream |
inflateToken(byte[] deflatedToken) |
public InputStream inflateToken(byte[] deflatedToken) throws DataFormatException
DataFormatException
public byte[] deflateToken(byte[] tokenBytes)
Apache CXF