trex
Class TRexApp

java.lang.Object
  |
  +--trex.TRexApp

public class TRexApp
extends Object

TRex Application. This is a demo program for steganography algorithms.

Version:
$Revision: 1.10 $
Author:
Bastian Friedrich <bastian@bastian-friedrich.de>

Constructor Summary
TRexApp()
          Construct the application
 
Method Summary
static void main(String[] args)
          Main method
static void parseParams(String[] args)
          Parse parameters.
static void synopsis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TRexApp

public TRexApp()
Construct the application

Method Detail

synopsis

public static void synopsis()

parseParams

public static void parseParams(String[] args)
Parse parameters.

Parameters:
args - command line arguments.

main

public static void main(String[] args)
Main method