public class DictDecompile extends CliTool
| Modifier and Type | Field and Description |
|---|---|
private java.nio.file.Path |
input |
private java.nio.file.Path |
output |
private boolean |
overwrite |
private boolean |
validate |
ARG_OVERWRITE, ARG_VALIDATE| Constructor and Description |
|---|
DictDecompile() |
DictDecompile(java.nio.file.Path input,
java.nio.file.Path output,
boolean overwrite,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
call() |
private boolean |
ensureNoSeparator(java.nio.ByteBuffer bb,
byte marker) |
static void |
main(java.lang.String[] args) |
private void |
write(java.io.OutputStream os,
java.nio.ByteBuffer bb) |
checkNotNull, main, main, printf, setCallSystemExitprivate java.nio.file.Path input
private java.nio.file.Path output
private boolean overwrite
private boolean validate
DictDecompile()
public DictDecompile(java.nio.file.Path input,
java.nio.file.Path output,
boolean overwrite,
boolean validate)
public ExitStatus call() throws java.lang.Exception
java.lang.Exceptionprivate void write(java.io.OutputStream os,
java.nio.ByteBuffer bb)
throws java.io.IOException
java.io.IOExceptionprivate boolean ensureNoSeparator(java.nio.ByteBuffer bb,
byte marker)
public static void main(java.lang.String[] args)