Package | Description |
---|---|
de.schlichtherle.truezip.file |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were just plain directories in a file system path by means
of the
TFile* classes and their dependent classes. |
de.schlichtherle.truezip.io |
Provides I/O utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TFileInputStream
A replacement for the class
FileInputStream for reading plain old
files or entries in an archive file. |
Modifier and Type | Class and Description |
---|---|
class |
DisconnectingInputStream
An abstract decorator which protects the decorated stream from all access
unless it's open.
|
class |
LockInputStream
A decorator which protects all access to a shared resource, e.g.
|
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.