|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use DiffTextWriter | |
---|---|
com.nothome.delta.text | This package contains classes for creating patches for text files output in a GDIFF-like format. |
Uses of DiffTextWriter in com.nothome.delta.text |
---|
Classes in com.nothome.delta.text that implement DiffTextWriter | |
---|---|
class |
GDiffTextWriter
A text-file format analog for GDIFF, which is only supported for binary streams. |
Methods in com.nothome.delta.text with parameters of type DiffTextWriter | |
---|---|
void |
Delta.compute(SeekableSource seekSource,
Reader targetIS,
DiffTextWriter output)
Compares the source with a target, writing to output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |