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