public static class TraceInputStream
extends java.lang.Object
This class is a FilterInputStream that writes the bytes
being read from the given input stream into the given output
stream. This class is typically used to provide a trace of
the data that is being retrieved from an input stream.
- See Also:
- Serialized Form