public class NonClosingReader extends WrappedReader
Reader that does not close the stream. This is e.g. helpful
for reading from streams within a ZIP file.in| Constructor and Description |
|---|
NonClosingReader(Reader aSourceReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
getWrappedReader, toStringmark, markSupported, read, read, ready, reset, skippublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterReaderCopyright © 2014–2019 Philip Helger. All rights reserved.