public static class TraceOutputStream
extends Object
This class is a subclass of DataOutputStream that copies the
data being written into the DataOutputStream into another output
stream. This class is used here to provide a debug trace of the
stuff thats being written out into the DataOutputStream.
- Author:
- John Mani
- See Also:
- Serialized Form