92 lines
2.9 KiB
Plaintext
92 lines
2.9 KiB
Plaintext
============================================================================
|
|
TINYLINE GZIPInputStream 1.8.2
|
|
============================================================================
|
|
|
|
-----------------------------------------------------------------------
|
|
OVERVIEW
|
|
|
|
TinyLine GZIPInputStream is a pure J2ME implementation of the
|
|
java.util.zip.GZIPInputStream class that uses the same Java API as in
|
|
Java 1.1 or Java 1.4.1.
|
|
The size of the com.tinyline.util.GZIPInputStream in the
|
|
JAR format is about 6K. It is developed as a part of TinyLine SVG
|
|
Toolkit.
|
|
|
|
-----------------------------------------------------------------------
|
|
CHANGES
|
|
|
|
The following changes have been made since the version 1.8 of
|
|
the TINYLINE GZIPInputStream
|
|
|
|
1. The skip() bug was fixed. The skip() was restricted to 2048 bytes.
|
|
Now it is conformed to the java.util.zip.GZIPInputStream
|
|
implementation.
|
|
|
|
The following changes have been made since the version 1.4 of
|
|
the TINYLINE GZIPInputStream
|
|
|
|
1. In order to be compartible with the NTT MIDP DoJa platform
|
|
the java.lang.IllegalStateException was replaced with the
|
|
java.io.IOException.
|
|
|
|
2. The big files bug is fixed.
|
|
|
|
|
|
-----------------------------------------------------------------------
|
|
CONTENTS
|
|
|
|
bin This directory containes the demo application files:
|
|
tinylinegzip.jad and tinylinegzip.jar
|
|
|
|
docs This directory containes the JavaDoc files generated for
|
|
the com.tinyline.util.GZIPInputStream class
|
|
|
|
lib This directory containes com.tinyline.util.GZIPInputStream
|
|
class (tinylinegzip.zip).
|
|
DO NOT UNZIP THIS FILE! It must remain zipped for the
|
|
compiler and interpreter to access the class files
|
|
within it properly.
|
|
|
|
src This directory containes sources of the GZIPInputStream demo
|
|
sample.
|
|
|
|
|
|
README.TXT This file you are currently reading
|
|
|
|
TINYLINE_LICENSE.TXT
|
|
License agreement for the TinyLine GZIPInputStream
|
|
|
|
|
|
-----------------------------------------------------------------------
|
|
HOW TO INSTALL?
|
|
|
|
[1] You need to have J2ME™ Wireless Toolkit 1.04 (or later) installed
|
|
[2] Unzip the tinylinegzip.zip under the WTK104\apps directory.
|
|
So the result directory structure should be :
|
|
WTK104\apps\tinylinegzip\
|
|
bin\
|
|
classes\
|
|
docs\
|
|
lib\
|
|
src\
|
|
tmpclasses\
|
|
tmplib\
|
|
README.TXT
|
|
TINYLINE_LICENSE.TXT
|
|
|
|
-----------------------------------------------------------------------
|
|
HOW TO RUN THE SAMPLES?
|
|
|
|
You can run the sample or
|
|
[1] Install and run the JAD and JAR files from the bin
|
|
directory on your device or emulator
|
|
OR
|
|
[2] Open the tinylinegzip project from KToolbar (J2ME™ Wireless Toolkit)
|
|
and run the project.
|
|
|
|
|
|
-----------------------------------------------------------------------
|
|
MORE INFO
|
|
|
|
For more information on the TinyLine,
|
|
please see <http://www.tinyline.com/>. |