opennlp.tools.util.model
Class UncloseableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by opennlp.tools.util.model.UncloseableInputStream
All Implemented Interfaces:
Closeable

public class UncloseableInputStream
extends FilterInputStream

An InputStream which cannot be closed.


Constructor Summary
UncloseableInputStream(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

UncloseableInputStream

public UncloseableInputStream(InputStream in)
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.