Package | Description |
---|---|
org.tukaani.xz.lz |
Modifier and Type | Method and Description |
---|---|
abstract Matches |
LZEncoder.getMatches()
Runs match finder for the next byte and returns the matches found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LZEncoder.verifyMatches(Matches matches)
Verifies that the matches returned by the match finder are valid.
|