Class JavaBinHex

java.lang.Object
  |
  +--JavaBinHex

public class JavaBinHex
extends java.lang.Object

Parsing .HQX format. For more details see Appendix A. The BinHex format at the end of RFC 1741.


Public RCS Heading:
$Id: JavaBinHex.java,v 1.3 1999/02/23 14:15:51 fox Exp fox $
Core Java:
java.util.*
java.io.*

Since:
Jdk 1.2.
Version:
$Revision: 1.3 $
Author:
$Author: fox $

Constructor Summary
JavaBinHex(java.lang.String filename)
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Use to test the JavaBinHex class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaBinHex

public JavaBinHex(java.lang.String filename)
Constructor.
Parameters:
filename - Name of the .HQX compressed file.
Method Detail

main

public static void main(java.lang.String[] args)
Use to test the JavaBinHex class.
Parameters:
args - Command line. Example : java JavaBinHex myFile.hqx This execution uncompress the .HQX file


Denis Meline