com.dxfeed.ipf
Class InstrumentProfileWriter.UncloseableOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by 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.


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
InstrumentProfileWriter.UncloseableOutputStream(java.io.OutputStream 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
 

Constructor Detail

InstrumentProfileWriter.UncloseableOutputStream

public InstrumentProfileWriter.UncloseableOutputStream(java.io.OutputStream out)
Method Detail

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