|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SeekableSource | |
---|---|
com.nothome.delta | This package contains classes for creating patches for binary files output in the GDIFF format. |
Uses of SeekableSource in com.nothome.delta |
---|
Classes in com.nothome.delta that implement SeekableSource | |
---|---|
class |
ByteBufferSeekableSource
Wraps a byte buffer as a source |
class |
RandomAccessFileSeekableSource
Wraps a random access file. |
Methods in com.nothome.delta with parameters of type SeekableSource | |
---|---|
void |
Delta.compute(SeekableSource seekSource,
InputStream targetIS,
DiffWriter output)
Compares the source with a target, writing to output. |
void |
GDiffPatcher.patch(SeekableSource source,
InputStream patch,
OutputStream out)
Patches to an output stream. |
Constructors in com.nothome.delta with parameters of type SeekableSource | |
---|---|
Checksum(SeekableSource source,
int chunkSize)
Initialize checksums for source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |