File tree Expand file tree Collapse file tree
java/org/apache/commons/io
test/org/apache/commons/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656import java .io .BufferedInputStream ;
5757import java .io .ByteArrayInputStream ;
58- import java .io .ByteArrayOutputStream ;
5958import java .io .IOException ;
6059import java .io .InputStream ;
6160import java .io .InputStreamReader ;
6665import java .io .StringWriter ;
6766import java .io .Writer ;
6867
68+ import org .apache .commons .io .output .ByteArrayOutputStream ;
69+
6970/**
7071 * General IO Stream manipulation.
7172 * <p>
144145 *
145146 * @author <a href="mailto:peter@apache.org">Peter Donald</a>
146147 * @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
147- * @version CVS $Revision: 1.6 $ $Date: 2003/10/13 07:04:52 $
148+ * @version CVS $Revision: 1.7 $ $Date: 2003/11/22 20:19:29 $
148149 */
149150public final class IOUtils
150151{
Original file line number Diff line number Diff line change 5454package org .apache .commons .io ;
5555
5656import java .io .ByteArrayInputStream ;
57- import java .io .ByteArrayOutputStream ;
5857import java .io .InputStream ;
5958import java .io .OutputStream ;
6059import java .io .Reader ;
6160import java .io .Writer ;
6261import java .util .Arrays ;
6362
63+ import org .apache .commons .io .output .ByteArrayOutputStream ;
6464import org .apache .commons .io .testtools .YellOnCloseInputStream ;
6565import org .apache .commons .io .testtools .YellOnFlushAndCloseOutputStream ;
6666import org .apache .commons .io .testtools .FileBasedTestCase ;
7575 * @author Jeff Turner
7676 * @author Matthew Hawthorne
7777 * @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
78- * @version $Id: CopyUtilsTest.java,v 1.2 2003/10/13 07:06:04 rdonkin Exp $
78+ * @version $Id: CopyUtilsTest.java,v 1.3 2003/11/22 20:18:55 jeremias Exp $
7979 * @see CopyUtils
8080 */
8181public class CopyUtilsTest extends FileBasedTestCase {
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/test/org/apache/commons/io/DemuxTestCase.java,v 1.6 2003/10/13 07:06:04 rdonkin Exp $
3- * $Revision: 1.6 $
4- * $Date: 2003/10/13 07:06:04 $
2+ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/DemuxTestCase.java,v 1.7 2003/11/22 20:18:54 jeremias Exp $
3+ * $Revision: 1.7 $
4+ * $Date: 2003/11/22 20:18:54 $
55 *
66 * ====================================================================
77 *
6262package org .apache .commons .io ;
6363
6464import java .io .ByteArrayInputStream ;
65- import java .io .ByteArrayOutputStream ;
6665import java .io .IOException ;
6766import java .io .InputStream ;
6867import java .io .OutputStream ;
7170import java .util .Random ;
7271import junit .framework .TestCase ;
7372
73+ import org .apache .commons .io .output .ByteArrayOutputStream ;
7474import org .apache .commons .io .output .DemuxOutputStream ;
7575import org .apache .commons .io .input .DemuxInputStream ;
7676
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/test/org/apache/commons/io/HexDumpTest.java,v 1.2 2003/10/13 07:06:04 rdonkin Exp $
3- * $Revision: 1.2 $
4- * $Date: 2003/10/13 07:06:04 $
2+ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/HexDumpTest.java,v 1.3 2003/11/22 20:18:54 jeremias Exp $
3+ * $Revision: 1.3 $
4+ * $Date: 2003/11/22 20:18:54 $
55 *
66 * ====================================================================
77 *
5858 * <http://www.apache.org/>.
5959 *
6060 */
61-
62-
6361package org .apache .commons .io ;
6462
65-
66- import java .io .ByteArrayOutputStream ;
6763import java .io .IOException ;
6864
65+ import org .apache .commons .io .output .ByteArrayOutputStream ;
66+
6967import junit .framework .TestCase ;
7068
7169
7270/**
7371 * @author Scott Sanders (sanders at apache dot org)
7472 * @author Marc Johnson (mjohnson at apache dot org)
75- * @version $Revision: 1.2 $ $Date: 2003/10/13 07:06:04 $
73+ * @version $Revision: 1.3 $ $Date: 2003/11/22 20:18:54 $
7674 */
7775
7876public class HexDumpTest extends TestCase {
You can’t perform that action at this time.
0 commit comments