Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 88266 invoked from network); 12 May 2003 21:46:04 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 12 May 2003 21:46:04 -0000 Received: (qmail 18614 invoked by uid 97); 12 May 2003 21:48:14 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 18607 invoked from network); 12 May 2003 21:48:14 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 12 May 2003 21:48:14 -0000 Received: (qmail 88015 invoked by uid 500); 12 May 2003 21:46:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 80718 invoked from network); 12 May 2003 21:39:15 -0000 Message-ID: <20030512213921.45310.qmail@web20010.mail.yahoo.com> Date: Mon, 12 May 2003 14:39:21 -0700 (PDT) From: "Elifarley C. Coelho" Subject: VFS, IO - joining efforts To: commons-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Some years ago I created some Java classes related to file systems, compression and io. But only recently (about a week ago) I came across the commons-VFS and commons-io sub-projects. So.. I was thinking that it would be nice if I could join efforts with you guys. I think I�ll port all my VFS and IO classes to your projects. Using my classes, I�m able to mount a RW TAR (AND ZIP) file system over a local file (if the local file is compressed, the file system currently mounts as RO, but I have some ideas on how to make it RW as well). The file on which the file system is mounted can be compressed in GZIP or RAZIP (which I created) format. If it�s in RAZIP format, random read access will be much faster when compared to GZIP format. For more info, take a look at http://www.geocities.com/elifarley/javalibs/index.html __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org