public class DeflateCompressionHandler extends Object implements CompressionHandler
| Constructor and Description |
|---|
DeflateCompressionHandler() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] bytes)
Applies the compression algorithm to compress the given array of bytes.
|
byte[] |
decompress(byte[] bytes)
Applies the compression algorithm to decompress the given array of bytes.
|
public byte[] compress(byte[] bytes)
compress in interface CompressionHandlerbytes - The array of bytes to compress.public byte[] decompress(byte[] bytes)
decompress in interface CompressionHandlerbytes - The array of bytes to decompress.Copyright © 2025 Open Identity Platform Community. All rights reserved.