| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsReadOnlyArchiveFileSystemException
Thrown to indicate that an operation was trying to modify a read-only
FsArchiveFileSystem. |
| Modifier and Type | Method and Description |
|---|---|
FsArchiveFileSystemOperation<E> |
FsReadOnlyArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
FsArchiveFileSystemOperation<E> |
FsArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template)
Begins a transaction to create or replace and finally link a
chain of one or more archive entries for the given
path into
this archive file system. |
private E |
FsArchiveFileSystem.newEntryChecked(String name,
Entry.Type type,
BitField<FsOutputOption> mknod,
Entry template)
Returns a new archive entry.
|
private FsArchiveFileSystem.SegmentLink<E>[] |
FsArchiveFileSystem.PathLink.newSegmentLinks(int level,
String entryName,
Entry.Type entryType,
Entry template) |
void |
FsArchiveFileSystemOperation.run()
Executes this archive file system operation.
|
void |
FsArchiveFileSystem.PathLink.run() |
void |
FsArchiveFileSystem.setReadOnly(FsEntryName name) |
boolean |
FsReadOnlyArchiveFileSystem.setTime(FsEntryName path,
BitField<Entry.Access> types,
long value) |
boolean |
FsArchiveFileSystem.setTime(FsEntryName name,
BitField<Entry.Access> types,
long value) |
private void |
FsArchiveFileSystem.touch()
Ensures that the controller's data structures required to output
entries are properly initialized and marks this (virtual) archive
file system as touched.
|
void |
FsReadOnlyArchiveFileSystem.unlink(FsEntryName path) |
void |
FsArchiveFileSystem.unlink(FsEntryName name)
If this method returns, the file system entry identified by the given
path has been successfully deleted from this archive file
system. |
| Constructor and Description |
|---|
FsArchiveFileSystem.PathLink(String path,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.