Skip navigation links
SVNKit Home

Package org.tmatesoft.svn.core.io.diff

This package contains the classes necessary for such purposes as: generating delta windows upon comparing target bytes against source ones (also may be vs.

See: Description

Package org.tmatesoft.svn.core.io.diff Description

This package contains the classes necessary for such purposes as: generating delta windows upon comparing target bytes against source ones (also may be vs. empty), applying delta windows to files, serializing windows to byte buffers.

Delta generator (SVNDeltaGenerator) is configurable to produce fixed size delta windows. A delta window (SVNDiffWindow) itself never keeps its entire set of decoded instructions (SVNDiffInstruction objects) in memory, but uses an iterator to access them in sequence. Also it's possible to use a single instruction object template to access window instructions in sequence - by simply changing properties of the same instruction object per iteration.

Skip navigation links
SVNKit Home

Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.