com.dxfeed.ipf
Class InstrumentProfileReader.UncloseableInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.dxfeed.ipf.InstrumentProfileReader.UncloseableInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- InstrumentProfileReader
protected static class InstrumentProfileReader.UncloseableInputStream
- extends FilterInputStream
Delegating InputStream that does not close underlying stream.
Method Summary |
void |
close()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentProfileReader.UncloseableInputStream
public InstrumentProfileReader.UncloseableInputStream(InputStream in)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
Copyright © 2013 Devexperts. All Rights Reserved.