public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
maxCompressedSize(int input_size)
Returns the maximum compressed size for the given input size.
|
public static int maxCompressedSize(int input_size)
input_size - The input size.IllegalArgumentException - If the input size is negative.Copyright © 2024. All rights reserved.