com.dxfeed.ipf
Class InstrumentProfileWriter.UncloseableOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.dxfeed.ipf.InstrumentProfileWriter.UncloseableOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
- Enclosing class:
- InstrumentProfileWriter
protected static class InstrumentProfileWriter.UncloseableOutputStream
- extends java.io.FilterOutputStream
Delegating OutputStream that does not close underlying stream.
Fields inherited from class java.io.FilterOutputStream |
out |
Method Summary |
void |
close()
|
void |
write(byte[] b,
int off,
int len)
|
Methods inherited from class java.io.FilterOutputStream |
flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentProfileWriter.UncloseableOutputStream
public InstrumentProfileWriter.UncloseableOutputStream(java.io.OutputStream out)
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.FilterOutputStream
- Throws:
java.io.IOException