|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourcejammer.server.source.BinaryDelta
Represents the differences (or delta) between two versions of a binary file such that this BinaryDelta can be applied to the "old" file version to reproduce the new file version.
Constructor Summary | |
BinaryDelta()
Default constructor. |
Method Summary | |
void |
addBuildStep(SourceBuildStepInf step)
Adds a single step to be used in building new version from old version. |
java.io.ByteArrayOutputStream |
buildFile(SourceInputStream parent)
Applies this BinaryDelta file to the file in parent to produce the new file version. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BinaryDelta()
Method Detail |
public void addBuildStep(SourceBuildStepInf step)
public java.io.ByteArrayOutputStream buildFile(SourceInputStream parent) throws InvalidSourceException, java.io.IOException
|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |