All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.fortytwo.flow.diff.DiffSource Maven / Gradle / Ivy

There is a newer version: 1.5
Show newest version
package net.fortytwo.flow.diff;

import net.fortytwo.ripple.RippleException;

/**
 * A source of two-channel "diff" data
 *
 * @author Joshua Shinavier (http://fortytwo.net)
 */
public interface DiffSource
{
    /**
     * Writes all of the data in this source to the specified diff sink
     * @param sink the downstream recipient of the diff
     * @throws RippleException if a data handling error occurs
     */
    void writeTo( DiffSink sink ) throws RippleException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy