The Artima Developer Community
Sponsored Link

Java Buzz Forum
GZip Library for J2ME

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
GZip Library for J2ME Posted: Apr 12, 2005 12:20 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: GZip Library for J2ME
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
The J2ME app frequently retrieves a bulk of data (delimited text) from the server. This works fine, except that this incurs transfer cost ($/byte transferred) and time (sec/byte transferred). Overtime, it can be really expensive. The solution could be

- compress the data at the server side,
- transfer it compressed (to the client/phone), and
- decompress it

Problems: java.util.jar and java.util.zip just aren't available on J2ME platform.

Solution: Title of this post.

TinyLine GZIPInputStream is a pure J2ME implementation of the Java 2 java.util.zip.GZIPInputStream class that uses the same API. The size of the class in the JAR format is about 6K.

Kudos and Many Thanks to TinyLine.

[Resource-Type: Library; Category: Java/J2ME; XRating: 5]

Read: GZip Library for J2ME

Topic: This is Linux Previous Topic   Next Topic Topic: [Apr 4, 2005 15:29 PDT] 2 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use