Package | Description |
---|---|
org.egothor.duplicity.datastructure |
This package contains datastructures needed in the duplicity checking algorithm.
|
org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
org.egothor.io | |
org.egothor.robot |
Robot Capek
|
org.egothor.util.io |
Modifier and Type | Method and Description |
---|---|
void |
JaccardCoeficient.store(DataOutputStream dos) |
void |
SentenceUnitID.store(DataOutputStream dos) |
void |
UnitPair.store(DataOutputStream dos) |
void |
DocumentUnitID.store(DataOutputStream dos) |
void |
ParagraphUnitID.store(DataOutputStream dos) |
void |
UnitPermutatedMin.store(DataOutputStream dos) |
abstract void |
TextUnitID.store(DataOutputStream dos) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DuplicityCheckingFileElement.store(DataOutputStream dos) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryOutputStream
This class is part of the Egothor Project
|
Modifier and Type | Method and Description |
---|---|
DataOutputStream |
FileLocal.open4append()
Description of the Method
|
abstract DataOutputStream |
File.open4append()
Open for write in the append mode.
|
DataOutputStream |
FileLocal.open4gziprewrite() |
abstract DataOutputStream |
File.open4gziprewrite()
Open for write discarding the content of the file.
|
DataOutputStream |
FileLocal.open4rewrite()
Description of the Method
|
abstract DataOutputStream |
File.open4rewrite()
Open for write discarding the content of the file.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.exportTo(DataOutputStream dos)
Save this configuration into an output stream.
|
Modifier and Type | Class and Description |
---|---|
class |
GZipOutputStream
GZipOutputStream.java
Created on 6.
|
Copyright © 2016 Egothor. All Rights Reserved.