Skip to content

An implementation of JDK 1.7's FileSystemProvider to support the Tar file format

License

Notifications You must be signed in to change notification settings

StavSaad/archive-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archive-fs

This is a repository containing my implementations of JDK 1.7's FileSystem to support various archiving fromats.

tar-fs

A pure java implementation supprting the ustar file format. contains the following URL schemes to use:

"tar:" - pure .tar files - My own implementation
"tar.gz:" - .tar.gz files - Using java.util.zip package
"tar.bz2:" - .tar.bz2 files - Using Apache's Common Compress 1.8
"tar.xz:" - .tar.xz files - Using Apaches's Common Compress 1.8

About

An implementation of JDK 1.7's FileSystemProvider to support the Tar file format

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages