TrueZIP File* 7.0

Package de.schlichtherle.truezip.file

Provides convenient multi-threaded read/write access to archive files as if they were just plain old directories in a file system path by means of the TFile* classes and their dependent classes.

See:
          Description

Class Summary
TArchiveDetector Detects a prospective archive file by matching its path name against a pattern of file name suffixes like .zip et al and looks up its corresponding file system driver by using a file system driver provider.
TBIO Provides fast bulk I/O operations for Files and TFiles.
TFile A replacement for the class File which provides transparent read/write access to archive files and their entries as if they were (virtual) directories and files.
TFileBeanInfo Provides a persistence delegate to support XMLEncoder/XMLDecoder.
TFileComparator Compares two files by their status and path name so that directories are always ordered before other files.
TFileInputStream A replacement for the class FileInputStream for reading plain old files or entries in an archive file.
TFileOutputStream A replacement for the class FileOutputStream for writing plain old files or entries in an archive file.
TFileReader A replacement for the class FileReader for reading plain old files or entries in an archive file.
TFileWriter A replacement for the class FileWriter for writing plain old files or entries in an archive file.
ThreadLocalMatcher A thread local Matcher.
 

Package de.schlichtherle.truezip.file Description

Provides convenient multi-threaded read/write access to archive files as if they were just plain old directories in a file system path by means of the TFile* classes and their dependent classes.

These were the well-known File* classes in TrueZIP 6 which have now been renamed to TFile* and relocated to the new package de.schlichtherle.truezip.file.

Warning:The classes in this package access and manipulate archive files as external resources and may cache some of their state in memory and temporary files. Third parties must not concurrently access these archive files!


TrueZIP File* 7.0

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.