public static final class LZ4Decompressor.Configuration extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getMetadataPtr()
Get the host address of the metadata
|
long |
getMetadataSize()
Get the size of the metadata in bytes
|
long |
getTempBytes()
Get the size of the temporary buffer in bytes needed to decompress
|
long |
getUncompressedBytes()
Get the size of the uncompressed data in bytes
|
public long getMetadataPtr()
public long getMetadataSize()
public long getTempBytes()
public long getUncompressedBytes()
public void close()
close in interface AutoCloseableCopyright © 2022. All rights reserved.