Package | Description |
---|---|
org.egothor.apps |
This package contains EGOTHOR applications.
|
org.egothor.core |
This package concentrates the core data objects and interfaces.
|
org.egothor.dockyard | |
org.egothor.io | |
org.egothor.repository | |
org.egothor.robot |
Robot Capek
|
org.egothor.robot.module | |
org.egothor.stemmer |
This package does not contain a solid JAVA documentation.
|
org.egothor.store |
This package contains an implementation of barrels on a hard disk.
|
org.egothor.util | |
org.egothor.util.diff | |
org.egothor.util.hash | |
org.egothor.util.io |
Constructor and Description |
---|
DumpReporter(DataInput di,
char delim,
String format) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentData.load(DataInput dis)
Read this object into the given input stream.
|
void |
Saveable.load(DataInput i)
Load the object using the given input stream.
|
Constructor and Description |
---|
StreamReader(DataInput in) |
Modifier and Type | Class and Description |
---|---|
class |
DataInputOutputStream |
class |
DataInputStream
This class is part of the Egothor Project
|
class |
MemoryInputStream |
Modifier and Type | Method and Description |
---|---|
static void |
DataOutputStream.copyFrom(DataInput in,
DataOutput out,
int length) |
void |
DataInputOutputStream.copyFrom(DataInput in,
int length) |
void |
MemoryOutputStream.copyFrom(DataInput in,
int length) |
void |
DataOutputStream.copyFrom(DataInput in,
int length) |
void |
DataOutput.copyFrom(DataInput in,
int length)
Copies bytes of a given length from input stream.
|
Constructor and Description |
---|
MemoryInputStream(DataInput in,
int size) |
Modifier and Type | Method and Description |
---|---|
int |
BlobRepository.addItem(long key,
DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
RobotsTXT.load(DataInput in) |
void |
Response.load(DataInput in)
Loads the object from a stream.
|
Constructor and Description |
---|
DumpEscape(DataInput di)
Creates a new instance of DumpEscape
|
RobotsTXT(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Server.load(DataInput in) |
void |
Page.load(DataInput in) |
Constructor and Description |
---|
MultiTrie(DataInput is)
Constructor for the MultiTrie object.
|
MultiTrie2(DataInput is)
Constructor for the MultiTrie object.
|
Row(DataInput is)
Construct a Row object from input carried in via the given input
stream.
|
Trie(DataInput is)
Constructor for the Trie object.
|
Constructor and Description |
---|
IListMetadataRead(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Htaccess.load(DataInput in)
Loads the stream of some htaccess file.
|
Constructor and Description |
---|
Bitmap(DataInput is)
Construct a Bitmap object using the given input stream.
|
IntegerArray(DataInput in) |
Modifier and Type | Method and Description |
---|---|
static void |
Xdelta.computeDelta(DataInput source,
DataInput target,
GDiffCreator output) |
static boolean |
GDiffReader.patch(DataInput source,
DataInput patch,
DataOutput output) |
Constructor and Description |
---|
Bucket(int bucketsize,
long fromoff,
DataInput from,
int datasize) |
Modifier and Type | Class and Description |
---|---|
class |
GZipInputStream
GZipInputStream.java
Created on 6.
|
Constructor and Description |
---|
GZipInputStream(DataInput in)
Creates a new instance of GZipInputStream
|
JavaInputStream(DataInput in,
boolean disableUnderlayingClose)
Creates a new instance of JavaInputStream
|
Copyright © 2016 Egothor. All Rights Reserved.