Interface Flushable

    • Method Detail

      • isFlushable

        default boolean isFlushable()
        Determines whether the implementing instance can safely be flushed. When false is returned, then calling flush() would result in an OpenException exception to be thrown.
        Returns:
        True in case flush() can be called without throwing an OpenException.