org.eclipse.net4j.util.io
Class ExtendedDataOutput.Stream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.eclipse.net4j.util.io.ExtendedDataOutput.Stream
All Implemented Interfaces:
Closeable, Flushable
Enclosing interface:
ExtendedDataOutput

public static class ExtendedDataOutput.Stream
extends OutputStream

Since:
2.0

Constructor Summary
ExtendedDataOutput.Stream(ExtendedDataOutput delegate)
           
 
Method Summary
 ExtendedDataOutput getDelegate()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedDataOutput.Stream

public ExtendedDataOutput.Stream(ExtendedDataOutput delegate)
Method Detail

getDelegate

public ExtendedDataOutput getDelegate()

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.