public static final class LZ4Compressor.Configuration extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxCompressedBytes()
Get the maximum compressed output size in bytes
|
long |
getMetadataBytes()
Get the size of the metadata information in bytes
|
long |
getTempBytes()
Get the size of the temporary storage in bytes needed to compress
|
public long getMetadataBytes()
public long getTempBytes()
public long getMaxCompressedBytes()
Copyright © 2022. All rights reserved.