opennlp.tools.util.model
Class UncloseableInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
opennlp.tools.util.model.UncloseableInputStream
- All Implemented Interfaces:
- Closeable
public class UncloseableInputStream
- extends FilterInputStream
An InputStream
which cannot be closed.
Method Summary |
void |
close()
This method does not has any effect the InputStream
cannot be closed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UncloseableInputStream
public UncloseableInputStream(InputStream in)
close
public void close()
throws IOException
- This method does not has any effect the
InputStream
cannot be closed.
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
Copyright © 2010. All Rights Reserved.