system
Class WDYS

java.lang.Object
  extended bysystem.WDYS

public class WDYS
extends Object

The starting point of the program.

Use

java WDYS -d filename1 filename2

to decrypt a file, and
java WDYS -e filename1 filename2

to encrypt a file.

Since:
1.00
Version:
1.01
Author:
Berend "Kirk" Wouda

Constructor Summary
WDYS()
           
 
Method Summary
static void main(String[] args)
          The main method.
static void printUsageMessage()
          Prints out the usage message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WDYS

public WDYS()
Method Detail

main

public static void main(String[] args)
The main method.

Parameters:
args - Commandline parameters.

printUsageMessage

public static void printUsageMessage()
Prints out the usage message.