JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.io7m.cedarbridge.runtime.api
CBSerializationContextFlushOperationType
Contents
Description
Method Summary
Method Details
flush()
Hide sidebar
Show sidebar
Interface CBSerializationContextFlushOperationType
public interface
CBSerializationContextFlushOperationType
A flush operation for an underlying stream.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
flush
()
Flush the underlying stream.
Method Details
flush
void
flush
() throws
IOException
Flush the underlying stream.
Throws:
IOException
- On I/O errors