public interface CompressionHandler
Provides methods for compressing and decompression byte arrays.
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.
|
byte[] compress(byte[] bytes)
bytes
- The array of bytes to compress.byte[] decompress(byte[] bytes)
bytes
- The array of bytes to decompress.Copyright 2010-2022 ForgeRock AS.