public interface DiffSettings
| Modifier and Type | Method and Description |
|---|---|
String |
getCompression()
Provides the name of the compression algorithm to use during diffing.
|
int[] |
sort(byte[] input)
Defines the suffix sorting algorithm to be used during Diff creation.
|
String getCompression()
int[] sort(byte[] input)
input - input arrayCopyright © 2016 Colorado State University. All rights reserved.