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 CompressionHandler
bytes
- The array of bytes to compress.public byte[] decompress(byte[] bytes)
decompress
in interface CompressionHandler
bytes
- The array of bytes to decompress.Copyright 2010-2022 ForgeRock AS.