public class BinaryToText extends Executable
Constructor and Description |
---|
BinaryToText(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
execute(OutputManager om)
abstract method execution for commands
|
void |
initDefaultVals()
initialise the default values of class-level
fields, as they would be at declaration.
|
void |
initOptions(java.lang.String[] args)
default commandline parsing and initialisation
|
void |
initVariables()
abstract initialisation method for commands
|
static void |
readNext(java.lang.String inputDataType,
java.lang.Object[] o)
Reads the next value and places it in the first element of array
o . |
public void initDefaultVals()
Executable
initDefaultVals
in class Executable
public void initOptions(java.lang.String[] args)
Executable
initOptions
in class Executable
public void initVariables()
Executable
initVariables
in class Executable
public void execute(OutputManager om)
Executable
execute
in class Executable
public static void readNext(java.lang.String inputDataType, java.lang.Object[] o)
o
.inputDataType
- as defined in ExternalDataSource
.