public class DictCompile extends CliTool
| Modifier and Type | Field and Description |
|---|---|
private BinaryInput |
binaryInput |
private SerializationFormat |
format |
private java.nio.file.Path |
input |
private boolean |
overwrite |
private boolean |
validate |
ARG_OVERWRITE, ARG_VALIDATE| Constructor and Description |
|---|
DictCompile() |
DictCompile(java.nio.file.Path input,
boolean overwrite,
boolean validate,
boolean acceptBom,
boolean acceptCr,
boolean ignoreEmpty) |
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
call() |
private static int |
countOf(byte separator,
byte[] row) |
private static int |
indexOf(byte separator,
byte[] row,
int fromIndex) |
static void |
main(java.lang.String[] args) |
checkNotNull, main, main, printf, setCallSystemExitprivate java.nio.file.Path input
private boolean validate
private SerializationFormat format
private boolean overwrite
private final BinaryInput binaryInput
DictCompile()
public DictCompile(java.nio.file.Path input,
boolean overwrite,
boolean validate,
boolean acceptBom,
boolean acceptCr,
boolean ignoreEmpty)
public ExitStatus call() throws java.lang.Exception
java.lang.Exceptionprivate static int countOf(byte separator,
byte[] row)
private static int indexOf(byte separator,
byte[] row,
int fromIndex)
public static void main(java.lang.String[] args)