ACDK Virtual Files (acdk_vfile)
acdk_vfile implements virtual file systems for
zip and tar files, which can used as plugin
for the ACDK File framework.
ACDK Virtual Files (acdk_vfile)
Distribution version: 4.14.
Package version: 4.14.0.
acdk_vfile implements virtual file systems for
zip and tar files, which can used as plugin
for the ACDK File framework.
ACDK Core
acdk::vfile
Roger Rene Kommer (kommer@artefaktur.com).
Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib)
ACDK Free Edition License ( License).
and zlib licsence ( ZLIB license).
acdk_vfile provides implements virtual file systems for
the acdk::io::File fassade for transparent access to
zip and tar files.
Please refer to acdk_vfile man for examples.
The utility acdk_vfile_file2rc
transfer any binary data to a C-Struktur to link it to an application
accessible via the acdk::io::RessourceFileSystem.
The little utility acdk_vfile_convert is
a ZIP and TAR unpacker, uses just as a little demo for the zip and tar
file system plugin features.
Another File plugin is available for FTP servers in the acdk_net package.
From the original ZLIB distribution I have changed the
function declarations from the K&R style to the modern
ANSI style. This enables also C++ compiler to compile
the code.
Beta version.
===========================================================
4.14.0
- make FileSystem plugin for tar and zip loadable via
ClassLoader.
- Fix in parsing TAR headers (name was not truncated to right
length.
- Fix in tar and zip file system: If a file is reference, which
is not existant in zip/tar file return a file instance not
Nil.
Please refer also to ChangeLog.
===========================================================
4.10.0
- Minor fixes.
===========================================================
4.02.0
- Configuration and documentation fixes.
===========================================================
4.01.1
- Ajustments to modified metainfo
- minor documentation changes.
===========================================================
4.00.1
- Ajustments to Unicode and revised metainfo.
===========================================================
2.00.1
Intial revision.
|