com.dxfeed.ipf
Class InstrumentProfileReader.UncloseableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.dxfeed.ipf.InstrumentProfileReader.UncloseableInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
InstrumentProfileReader

protected static class InstrumentProfileReader.UncloseableInputStream
extends java.io.FilterInputStream

Delegating InputStream that does not close underlying stream.


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
InstrumentProfileReader.UncloseableInputStream(java.io.InputStream in)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentProfileReader.UncloseableInputStream

public InstrumentProfileReader.UncloseableInputStream(java.io.InputStream in)
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.FilterInputStream
Throws:
java.io.IOException