虚拟文件系统的实现 Commons-VFS

jopen 12年前
     VFS把对各种各样的的文件系统的访问封装成统一的应用程序接口,这大大的简化了应用程序本身代码的复杂度。Apache上的项目的稳定性也是有目共睹的,目前VFS支持下面一些文件系统,当然你也可以自行进行扩展。    <p>它拥有的一些特性:</p>    <ul>     <li>提供一个统一的API来访问不同类型的文件。</li>     <li>支持多种文件系统类型。</li>     <li>Caching of file information. Caches information in-JVM, and optionally can cache remote file information on the local file system. </li>     <li>Event delivery.</li>     <li>Support for logical file systems made up of files from various different file systems. </li>     <li>Utilities for integrating Commons VFS into applications, such as a VFS-aware ClassLoader and URLStreamHandlerFactory. </li>     <li>A set of VFS-enabled <a href="/misc/goto?guid=4959500940751971141">Ant tasks</a> . </li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326765348624" target="_blank">http://www.open-open.com/lib/view/home/1326765348624</a></p>