|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
opennlp.tools.util.model.UncloseableInputStream
public class UncloseableInputStream
An InputStream which cannot be closed.
| Constructor Summary | |
|---|---|
UncloseableInputStream(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
void |
close()
This method does not has any effect the InputStream
cannot be closed. |
| Methods inherited from class java.io.FilterInputStream |
|---|
available, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UncloseableInputStream(java.io.InputStream in)
| Method Detail |
|---|
public void close()
throws java.io.IOException
InputStream
cannot be closed.
close in interface java.io.Closeableclose in class java.io.FilterInputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||