Base64Exec
Inheritance: java.lang.Object, com.aspose.tex.commandline.Executable
public final class Base64Exec extends Executable
An implementation of Base64 command emulation.
Constructors
Constructor | Description |
---|---|
Base64Exec() |
Methods
Method | Description |
---|---|
getCommandName() | Returns the name of the executable (command). |
execute(String[] args) | The method implementing the executable’s behavior. |
Base64Exec()
public Base64Exec()
getCommandName()
public String getCommandName()
Returns the name of the executable (command).
Returns: java.lang.String - The name of the executable (command).
execute(String[] args)
public void execute(String[] args)
The method implementing the executable’s behavior.
Parameters:
Parameter | Type | Description |
---|---|---|
args | java.lang.String[] | The array of command line arguments. |