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.repository | |
org.egothor.store |
This package contains an implementation of barrels on a hard disk.
|
org.egothor.util.io |
Modifier and Type | Method and Description |
---|---|
void |
JaccardCoeficient.load(DataInputStream dis) |
static SentenceUnitID |
SentenceUnitID.load(DataInputStream dis) |
void |
UnitPair.load(DataInputStream dis) |
static DocumentUnitID |
DocumentUnitID.load(DataInputStream dis) |
static ParagraphUnitID |
ParagraphUnitID.load(DataInputStream dis) |
void |
UnitPermutatedMin.load(DataInputStream dis) |
static TextUnitID |
TextUnitID.load(DataInputStream dis)
The method must return another object, it can not change the this value.
|
Modifier and Type | Method and Description |
---|---|
void |
JaccardCoeficientsFileProducer.copyFrom(DataInputStream in) |
abstract void |
DuplicityCheckingFileElement.load(DataInputStream dis) |
Modifier and Type | Class and Description |
---|---|
class |
DataInputOutputStream |
class |
MemoryInputStream |
Modifier and Type | Method and Description |
---|---|
DataInputStream |
FileLocal.open4gzipread() |
abstract DataInputStream |
File.open4gzipread()
Description of the Method
|
DataInputStream |
FileLocal.open4read(long offset)
Description of the Method
|
abstract DataInputStream |
File.open4read(long offset)
Description of the Method
|
DataInputStream |
FileLocal.open4readseek(long offset)
Description of the Method
|
abstract DataInputStream |
File.open4readseek(long offset)
Description of the Method
|
Modifier and Type | Method and Description |
---|---|
DataInputStream |
MapDbRepository.elementAt(long key,
int revision) |
DataInputStream |
BlobRepository.elementAt(long key,
int revision) |
DataInputStream |
Berkeley.elementAt(long key,
int revision) |
DataInputStream |
WebStore.elementAt(long key,
int revision) |
DataInputStream |
DocumentsDB.elementAt(long uid,
int revision) |
DataInputStream |
DataRepository.elementAt(long key,
int revision)
Retrieves a data block.
|
Modifier and Type | Method and Description |
---|---|
IListReader |
IListMetadataRead.getNew(DataInputStream ils_dta,
ProximitiesFileIn prox,
boolean closeable) |
Modifier and Type | Class and Description |
---|---|
class |
GZipInputStream
GZipInputStream.java
Created on 6.
|
Copyright © 2016 Egothor. All Rights Reserved.