|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.duplicity.file.DuplicityCheckingFileElement
public abstract class DuplicityCheckingFileElement
All element to be stored in the duplicity checking algorithm files must inherit from this class.
| Constructor Summary | |
|---|---|
DuplicityCheckingFileElement()
|
|
| Method Summary | |
|---|---|
abstract boolean |
isRelatedTo(java.util.Set<DocumentUnitID> set)
|
abstract void |
load(DataInputStream dis)
|
abstract void |
store(DataOutputStream dos)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DuplicityCheckingFileElement()
| Method Detail |
|---|
public abstract void store(DataOutputStream dos)
throws java.io.IOException
java.io.IOException
public abstract void load(DataInputStream dis)
throws java.io.IOException
java.io.IOExceptionpublic abstract boolean isRelatedTo(java.util.Set<DocumentUnitID> set)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||