From: John L. <je...@pi...> - 2002-06-24 12:32:41
|
I was thinking of putting in some hooks to control the behaviour of the library. One feature I'm missing is the ability to not load up the Calendar class (and related stuff). Similarly it might be useful to be able to control memory usage, but I haven't looked at the code to see if this is possible. These hooks might be done by methods in a non-portable class, something like: java.util.zip.Jazzlib.useLeanMode() I'm not sure whether this would always be possible, some changes in behaviour may require recompilation or substitution of class files. John Leuner ----- Forwarded message from no...@so... ----- >From jleuner Mon Jun 24 10:10:23 2002 Envelope-to: jleuner@localhost Delivery-date: Mon, 24 Jun 2002 10:10:23 +0100 From: no...@so... Subject: [ jazzlib-Bugs-573037 ] Limited memory version To: no...@so... Bugs item #573037, was opened at 2002-06-24 02:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=116807&aid=573037&group_id=16807 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Limited memory version Initial Comment: Hi, Not really a bug, and I wasn't sure where else to ask, but i've got jazzlib compiled and running under the J2ME MIDP - well, on a PocketPC anyway. I also want to run my code on PalmOS, but I constantly get OutOfMemory errors; is there any way of limiting the memory usage of jazzlib? i noticed that the PendingBuffer and DeflaterEngine assign fairly large byte arrays. Thanks, James ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=116807&aid=573037&group_id=16807 ----- End forwarded message ----- |