public class NOPCompressionHandler extends Object implements CompressionHandler
| Constructor and Description |
|---|
NOPCompressionHandler() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] bytes)
Simple returns the same byte array as it is given.
|
byte[] |
decompress(byte[] bytes)
Simply returns the same byte array as it is given.
|
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.