|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SeekableSource | |
---|---|
com.nothome.delta.text | This package contains classes for creating patches for text files output in a GDIFF-like format. |
Uses of SeekableSource in com.nothome.delta.text |
---|
Classes in com.nothome.delta.text that implement SeekableSource | |
---|---|
class |
CharBufferSeekableSource
Wrapper for a CharBuffer . |
Methods in com.nothome.delta.text with parameters of type SeekableSource | |
---|---|
void |
Delta.compute(SeekableSource seekSource,
Reader targetIS,
DiffTextWriter output)
Compares the source with a target, writing to output. |
Constructors in com.nothome.delta.text with parameters of type SeekableSource | |
---|---|
TextPatcher(SeekableSource source)
Constructs a new TextPatcher with a generic source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |