Oracle® Fusion Middleware Java API       Reference for Oracle Coherence
14c       (14.1.1.0.0)
F23532-04
 
- 
- 
Field Summary
- 
Fields inherited from class com.tangosol.io.WrapperOutputStream
m_out 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
void | 
close()
Closes this OutputStream and releases any associated system resources. 
 | 
void | 
flush()
Flushes this OutputStream and forces any buffered output bytes to be
 written. 
 | 
- 
Methods inherited from class com.tangosol.io.WrapperOutputStream
ensureOutputStream, getOutputStream, setOutputStream, write, write, write 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Method Detail
- 
flush
public final void flush()
Description copied from class: com.tangosol.io.WrapperOutputStream
Flushes this OutputStream and forces any buffered output bytes to be
 written.
- Specified by:
 
flush in interface com.oracle.coherence.common.io.OutputStreaming 
- Specified by:
 
flush in interface Flushable 
- Overrides:
 
flush in class com.tangosol.io.WrapperOutputStream 
 
- 
close
public final void close()
Description copied from class: com.tangosol.io.WrapperOutputStream
Closes this OutputStream and releases any associated system resources.
- Specified by:
 
close in interface com.oracle.coherence.common.io.OutputStreaming 
- Specified by:
 
close in interface Closeable 
- Specified by:
 
close in interface AutoCloseable 
- Overrides:
 
close in class com.tangosol.io.WrapperOutputStream 
 
 
 
 
 
Oracle® Fusion Middleware Java API       Reference for Oracle Coherence
14c       (14.1.1.0.0)
F23532-04
 
Copyright © 2000, 2025, Oracle and/or its affiliates.       All rights reserved.