Uses of Class
io.github.hakkelt.bartwrapper.BartException
-
-
Uses of BartException in io.github.hakkelt.bartwrapper
Methods in io.github.hakkelt.bartwrapper that throw BartException Modifier and Type Method Description static voidBart. execute(Object... args)Execute a BART command Example:static voidBart. execute(Consumer<String> outputConsumer, Object... args)Execute a BART command Example:static StringBart. read(Object... args)Executes a BART command and reads its output to a String Example:static BartNDArrayBart. run(Object... args)Executes a BART command and reads its output to an NDArraystatic BartNDArrayBart. run(Consumer<String> outputConsumer, Object... args)Executes a BART command and reads its output to an NDArray.
-