Class ProxyingInputStream

java.lang.Object
java.io.InputStream
nonapi.io.github.classgraph.utils.ProxyingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ProxyingInputStream extends InputStream
A proxying InputStream implementation that compiles for JDK 7 but can support the methods added in JDK 8 by reflection.