[861] in java-interest
Jarchive - Java Archive
daemon@ATHENA.MIT.EDU (Adam Doppelt)
Fri Aug 11 22:27:20 1995
From: Adam Doppelt <amd@cs.brown.edu>
To: hotjava-interest@java.sun.com, java-interest@java.sun.com
Date: Fri, 11 Aug 1995 15:57:29 -0400 (EDT)
Hi! I've just finished a first version of Jarchive. A Jarchive (Java
archive) is a class which stores multiple byte arrays, similar to a
tar file. It can read and write itself using streams, and can
therefore be written to a file and read from a URL. This is useful
because you can fetch a single Jarchive containing 10 GIFs, rather
than having to download 10 separate GIFs. This should almost always
improve an applet's load time.
The source and API are available, along with a sample applet (based on
Animator), at:
http://www.cs.brown.edu/people/amd/java/jar/
Thanks!
Adam
----------------------------------------------------------------------
Adam Doppelt http://www.cs.brown.edu/people/amd amd@cs.brown.edu
----------------------------------------------------------------------
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com