Class LoggingInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.google.api.client.util.LoggingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LoggingInputStream extends FilterInputStream
Thread-safe input stream wrapper that forwards all reads to a given input stream, while logging all reads to a LoggingByteArrayOutputStream.
Since:
1.9