Package org.harctoolbox.cmdline
Class CommandDemodulate
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandDemodulate
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
demodulate
(PrintStream out, CommandCommonOptions commandLineArgs) Returns a possibly longer documentation of the command.Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandDemodulate
public CommandDemodulate()
-
-
Method Details
-
description
Description copied from class:AbstractCommand
Returns a possibly longer documentation of the command.- Overrides:
description
in classAbstractCommand
- Returns:
- Documentation string;
-
demodulate
public void demodulate(PrintStream out, CommandCommonOptions commandLineArgs) throws OddSequenceLengthException, InvalidArgumentException
-