From owner-freebsd-java Sat Sep 15 11: 6:34 2001 Delivered-To: freebsd-java@freebsd.org Received: from sharmas.dhs.org (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by hub.freebsd.org (Postfix) with ESMTP id 853C437B403 for ; Sat, 15 Sep 2001 11:06:32 -0700 (PDT) Received: by sharmas.dhs.org (Postfix, from userid 500) id A37BA5E431; Sat, 15 Sep 2001 11:10:16 -0700 (PDT) Date: Sat, 15 Sep 2001 11:10:16 -0700 From: Arun Sharma To: orp@egroups.com Cc: java@freebsd.org Subject: [ANN] BSD licensed C++ library for reading jar/zip files Message-ID: <20010915111016.A26426@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This program might be of interest to authors of free Java VMs http://www.sharma-home.net/~adsharma/projects/ziplib/ This C++ library allows you to read (but not write) a zip file or a jar file. The API is similar, but not indentical to java.util.zip. The program is tested for memory leaks. The library makes heavy use of C++ features like exceptions, templates, RTTI etc. They seem to work fine with GCC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message