Package opennlp.tools.util.model
Class UncloseableInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
opennlp.tools.util.model.UncloseableInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
An 
InputStream which cannot be closed.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()This method does not have any effect, as theInputStreamcannot be closed.Methods inherited from class java.io.FilterInputStreamavailable, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Constructor Details- 
UncloseableInputStream
 
- 
- 
Method Details- 
closeThis method does not have any effect, as theInputStreamcannot be closed.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FilterInputStream
- Throws:
- IOException
 
 
-