Class NonClosingReader

All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class NonClosingReader extends WrappedReader
A special Reader that does not close the stream. This is e.g. helpful for reading from streams within a ZIP file.
Author:
Philip Helger