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.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.text |
This package contains support of some textual routines/processes.
|
org.egothor.util | |
org.egothor.util.diff | |
org.egothor.util.io |
Modifier and Type | Method and Description |
---|---|
void |
Dumper.appendBinary(BarrelReader b,
DataOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentData.store(DataOutput dos)
Write this object to the given output stream.
|
void |
Saveable.store(DataOutput o)
Stores the object to the given output stream.
|
Constructor and Description |
---|
StreamWriter(DataOutput out)
Writer to a file.
|
Modifier and Type | Class and Description |
---|---|
class |
DataInputOutputStream |
class |
DataOutputStream
This class is part of the Egothor Project
|
class |
MemoryOutputStream
This class is part of the Egothor Project
|
Modifier and Type | Method and Description |
---|---|
static void |
DataOutputStream.copyFrom(DataInput in,
DataOutput out,
int length) |
void |
MemoryOutputStream.writeTo(DataOutput dos)
Description of the Method
|
Modifier and Type | Method and Description |
---|---|
void |
Subnet.exportTo(DataOutput dos) |
void |
RobotsTXT.store(DataOutput out)
Stores this structure to a stream.
|
void |
Response.store(DataOutput out)
Saves the response into a stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.store(DataOutput out) |
void |
Page.store(DataOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
MultiTrie2.store(DataOutput os)
Write this data structure to the given output stream.
|
void |
Row.store(DataOutput os)
Write the contents of this Row to the given output stream.
|
void |
MultiTrie.store(DataOutput os)
Write this data structure to the given output stream.
|
void |
Trie.store(DataOutput os)
Write this Trie to the given output stream.
|
Modifier and Type | Method and Description |
---|---|
IListWriter |
IListMetadataWrite.getNew(DataOutput ils_dta,
ProximitiesFileOut prox) |
void |
IListMetadataWrite.store(DataOutput out)
Description of the Method
|
Modifier and Type | Method and Description |
---|---|
void |
Anchor.store(DataOutput out)
Stores the anchor text, not the URI link.
|
Modifier and Type | Method and Description |
---|---|
DataOutput |
Reporter.os() |
Modifier and Type | Method and Description |
---|---|
void |
Bitmap.store(DataOutput os)
Write this object to the given output stream.
|
void |
IntegerArray.store(DataOutput out) |
void |
CyclicBuffer.writeTo(DataOutput different) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GDiffReader.patch(DataInput source,
DataInput patch,
DataOutput output) |
Constructor and Description |
---|
GDiffWriter(DataOutput output) |
Modifier and Type | Class and Description |
---|---|
class |
GZipOutputStream
GZipOutputStream.java
Created on 6.
|
Constructor and Description |
---|
GZipOutputStream(DataOutput out) |
JavaOutputStream(DataOutput out,
boolean disableUnderlayingClose) |
Copyright © 2016 Egothor. All Rights Reserved.