Base64Exec

Inheritance: java.lang.Object, com.aspose.tex.commandline.Executable

public final class Base64Exec extends Executable

An implementation of Base64 command emulation.

Constructors

ConstructorDescription
Base64Exec()

Methods

MethodDescription
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:

ParameterTypeDescription
argsjava.lang.String[]The array of command line arguments.