| Package | Description |
|---|---|
| archive |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FileArchiveData
Implementation of ArchiveData, that provides the data, contained in the file.
|
(package private) class |
StringArchiveData
Implementation of ArchiveData, that provides the data, contained in the file.
|
| Modifier and Type | Field and Description |
|---|---|
private ArchiveData |
ArchiveFile.data
the data, that should be put in the archive as content of the file.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveData |
ArchiveFile.getArchiveData()
Getter.
|
| Constructor and Description |
|---|
ArchiveFile(java.lang.String name,
int mode,
ArchiveData data,
java.lang.String flags)
Creates a ArchiveFile.
|