File tree Expand file tree Collapse file tree
src/java/org/apache/commons/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.6 2004/02/21 02:32:50 bayard Exp $
3- * $Revision: 1.6 $
4- * $Date: 2004/02/21 02:32:50 $
2+ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.7 2004/02/23 04:27:06 bayard Exp $
3+ * $Revision: 1.7 $
4+ * $Date: 2004/02/23 04:27:06 $
55 *
66 * ====================================================================
77 *
6363import java .io .OutputStream ;
6464
6565/**
66- * Dump data in hexadecimal format; derived from a HexDump utility I
67- * wrote in June 2001
66+ * Dumps data in hexadecimal format.
6867 *
69- * Taken from the POI project
68+ * Derived from a HexDump utility I wrote in June 2001.
69+ *
70+ * Taken from the POI project.
7071 *
7172 * @author Scott Sanders (sanders at apache dot org)
7273 * @author Marc Johnson
73- * @version $Revision: 1.6 $ $Date: 2004/02/21 02:32:50 $
74+ * @version $Revision: 1.7 $ $Date: 2004/02/23 04:27:06 $
7475 */
7576public class HexDump {
7677
You can’t perform that action at this time.
0 commit comments