This is an optional action for the application since this activity is, by default, handled by a database environment owned background thread.
@throws EnvironmentFailureException if an unexpected, internal orenvironment-wide failure occurs. @throws IllegalStateException if this handle or the underlyingenvironment has been closed.src[srcOff:srcOff+srcLen]
into dest[destOff:destOff+destLen]
and return the compressed length. This method will throw a {@link LZ4Exception} if this compressor is unableto compress the input into less than maxDestLen
bytes. To prevent this exception to be thrown, you should make sure that maxDestLen >= maxCompressedLength(srcLen)
.
@throws LZ4Exception if maxDestLen is too small
@return the compressed size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|