public abstract class PathCoderSysBase extends Object implements PathCoder
| Constructor and Description |
|---|
PathCoderSysBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
buildCheckCmd() |
protected abstract String[] |
buildDecodeCmd(Path input) |
protected abstract String[] |
buildEncodeCmd(Path input) |
boolean |
cmdExists() |
io.reactivex.rxjava3.core.Single<Integer> |
decode(Path input,
Path output) |
io.reactivex.rxjava3.core.Single<Integer> |
encode(Path input,
Path output) |
io.reactivex.rxjava3.core.Single<Integer> |
run(Path input,
Path output,
Function<Path,String[]> buildCmd) |
Copyright © 2020. All rights reserved.