org.eclipse.net4j.util.io
Class ExtendedDataOutput.Stream
java.lang.Object
java.io.OutputStream
org.eclipse.net4j.util.io.ExtendedDataOutput.Stream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing interface:
- ExtendedDataOutput
Deprecated.
@Deprecated
public static class ExtendedDataOutput.Stream
- extends OutputStream
- Since:
- 2.0
- Author:
- Eike Stepper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedDataOutput.Stream
public ExtendedDataOutput.Stream(ExtendedDataOutput delegate)
- Deprecated.
getDelegate
public ExtendedDataOutput getDelegate()
- Deprecated.
write
public void write(int b)
throws IOException
- Deprecated.
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.