public static class TraceOutputStream
extends java.lang.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.
- See Also:
- Serialized Form