Package org.eclipse.net4j.util.io
Class ExtendedDataOutput.Stream
- java.lang.Object
- 
- java.io.OutputStream
- 
- org.eclipse.net4j.util.io.ExtendedDataOutput.Stream
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.io.Flushable,- java.lang.AutoCloseable
 - Enclosing interface:
- ExtendedDataOutput
 
 public static class ExtendedDataOutput.Stream extends java.io.OutputStream- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description Stream(ExtendedDataOutput delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()ExtendedDataOutputgetDelegate()voidwrite(int b)
 
- 
- 
- 
Constructor Detail- 
Streampublic Stream(ExtendedDataOutput delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic ExtendedDataOutput getDelegate() 
 - 
writepublic void write(int b) throws java.io.IOException- Specified by:
- writein class- java.io.OutputStream
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Overrides:
- closein class- java.io.OutputStream
- Throws:
- java.io.IOException
 
 
- 
 
-