org.gjt.convert.binhex
Class DeBinHex
java.lang.Object
|
+--org.gjt.convert.binhex.DeBinHex
- public class DeBinHex
- extends java.lang.Object
Command line program to decode binhex files from the harddisk or from
the web.
It accepts the following command line parameters:
- Author:
- Erwin Bolwidt
Method Summary |
static void |
action(java.io.InputStream binhexIn,
boolean justHeader,
boolean doData,
java.lang.String dataOut,
boolean doResource,
java.lang.String resourceOut)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DeBinHex
public DeBinHex()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
action
public static void action(java.io.InputStream binhexIn,
boolean justHeader,
boolean doData,
java.lang.String dataOut,
boolean doResource,
java.lang.String resourceOut)
throws java.io.IOException