| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
13年前发布

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

     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>     
 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1326765348624.html
常用工具包 Commons-VFS