edu.emory.mathcs.util.io.test
Class BufferedDataStreamTest
java.lang.Object
edu.emory.mathcs.util.io.test.BufferedDataStreamTest
- public class BufferedDataStreamTest
- extends java.lang.Object
Title: Test class
Description: This class may be used to test edu.emory.mathcs.util.io.BufferedDataInput/OutputStream
classes. It writes to and reads from a file portions of data. First data is
written using java.io.DataOutputStream and read with BufferedInputStream.
The second test excercises a symmetric behaviour on BufferedDataOutpuStream
and java.io.DataInputStream, respectively. The last test uses both Emory
streams.
If implementation is correct results printed on the screen should show it.
Copyright: Copyright (c) 2003
Company: Emory University, Mathematics & Computer Science Department
- Version:
- 1.0
- Author:
- Tomasz Wrzosek
|
Method Summary |
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 |
BufferedDataStreamTest
public BufferedDataStreamTest()
main
public static void main(java.lang.String[] args)