Class LocalOutputStream
java.lang.Object
java.io.OutputStream
ecmwf.common.callback.LocalOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
The Class LocalOutputStream.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new local output stream. -
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Constructor Details
-
LocalOutputStream
Instantiates a new local output stream.- Parameters:
out- the out
-
-
Method Details
-
close
Close.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException- Signals that an I/O exception has occurred.
-
flush
Flush.- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException- Signals that an I/O exception has occurred.
-
write
Write.- Overrides:
writein classOutputStream- Parameters:
b- the b- Throws:
IOException- Signals that an I/O exception has occurred.
-
write
Write.- Overrides:
writein classOutputStream- Parameters:
b- the boff- the offlen- the len- Throws:
IOException- Signals that an I/O exception has occurred.
-
write
Write.- Specified by:
writein classOutputStream- Parameters:
b- the b- Throws:
IOException- Signals that an I/O exception has occurred.
-