org.tmatesoft.svn.core.io.diff
public class SVNDiffWindowApplyBaton extends Object
Version: 1.1.1
Method Summary | |
---|---|
String | close()
Closes the source and target streams, finalizes
the checksum computation and returns it in a hex representation.
|
static SVNDiffWindowApplyBaton | create(File source, File target, MessageDigest digest)
Creates a diff window apply baton whith source and target streams
represented by files.
|
static SVNDiffWindowApplyBaton | create(InputStream source, OutputStream target, MessageDigest digest)
Creates a diff window apply baton whith initial source and target streams.
|
Returns: an MD5 checksum in a hex representation.
Parameters: source a source file (from where the source views would be taken) target a target file where the full text is written digest an MD5 checksum for the full text that would be updated after each instruction applying
Returns: a new SVNDiffWindowApplyBaton object
Throws: SVNException
Parameters: source a source input stream (from where the source views would be taken) target a target output stream where the full text is written digest an MD5 checksum for the full text that would be updated after each instruction applying
Returns: a new SVNDiffWindowApplyBaton object