JP3190855B2 - Decompression method of compressed data - Google Patents

Decompression method of compressed data

Info

Publication number
JP3190855B2
JP3190855B2 JP15246897A JP15246897A JP3190855B2 JP 3190855 B2 JP3190855 B2 JP 3190855B2 JP 15246897 A JP15246897 A JP 15246897A JP 15246897 A JP15246897 A JP 15246897A JP 3190855 B2 JP3190855 B2 JP 3190855B2
Authority
JP
Japan
Prior art keywords
data
text
external character
original text
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP15246897A
Other languages
Japanese (ja)
Other versions
JPH10341164A (en
Inventor
幸夫 久保
Original Assignee
エヌイーシーソフト株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by エヌイーシーソフト株式会社 filed Critical エヌイーシーソフト株式会社
Priority to JP15246897A priority Critical patent/JP3190855B2/en
Publication of JPH10341164A publication Critical patent/JPH10341164A/en
Application granted granted Critical
Publication of JP3190855B2 publication Critical patent/JP3190855B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、圧縮されたデータ
をもとのデータに復元する復元方式、特に、携帯情報処
理端末に好適な復元方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a restoration method for restoring compressed data to original data, and more particularly to a restoration method suitable for a portable information processing terminal.

【0002】[0002]

【従来の技術】従来、メッセージデータを圧縮・伸長す
る方法としては、頻出する文字列を短いコードに置換す
ることでメッセージデータを圧縮し、表示などの出力時
に文字列を復元する際にコードからもとの文字列に逆置
換を行い、メッセージデータを伸長している。従来の技
術においては、圧縮後のデータに含まれている置換後の
コードとそれに対応する文字列をともにファイルに保持
し、復元時に圧縮後のコードをファイル内でサーチする
ことによって、対応する文字列を取得し、メッセージ原
テキストの復元を行っている。
2. Description of the Related Art Conventionally, as a method of compressing / decompressing message data, message data is compressed by replacing a frequently occurring character string with a short code, and the code is used to restore the character string at the time of output such as display. Reverse substitution is performed on the original character string to expand the message data. In the conventional technology, a code after replacement and a character string corresponding to the replacement code included in the compressed data are both stored in a file, and the decompressed code is searched for in the file at the time of decompression, so that the corresponding character is obtained. The column is fetched and the original text of the message is restored.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来の
方法においては、データを復元する場合、置換後のコー
ドをファイル内でサーチすることによって、コードに対
応する文字列を取得しているために、サーチ処理に時間
がかかり、メッセージ原テキストの復元・表示が遅くな
るという問題があった。
However, in the conventional method, when restoring data, a character string corresponding to the code is obtained by searching the replaced code in a file. There is a problem in that the search process takes a long time, and the restoration / display of the original text of the message is delayed.

【0004】また、従来の方法では、コード及びそれに
対応する原テキスト文字列をファイルに格納し、復元時
にコードに対応する文字列を読み出しているので、復元
時にファイル入出力用のメモリバッファを必要とし、そ
の分プログラム動作に使用できるメモリ容量が減少する
という問題があった。
In the conventional method, a code and an original text character string corresponding to the code are stored in a file, and a character string corresponding to the code is read at the time of restoration. Therefore, a memory buffer for file input / output is required at the time of restoration. Thus, there is a problem that the memory capacity usable for the program operation decreases accordingly.

【0005】一般に、ファイルデータの入出力を行うた
めには、データ入出力用のメモリバッファが必要であ
る。多くのシステムでは、プログラムがファイルをオー
プンした時点でOS(基本ソフトウェア)が自動的にメ
モリバッファを確保するため、プログラム側からメモリ
バッファを使用しないで、ファイルからデータを読み出
すことは不可能である。このため、バッファの分だけシ
ステム上のメモリ容量が減少してしまい、場合によって
はシステムのプログラム動作に支障をきたし、特に携帯
情報端末においてはシステムに搭載されているメモリ容
量が少ないためにこの影響が大きくなるという問題があ
った。
Generally, in order to input / output file data, a memory buffer for data input / output is required. In many systems, when a program opens a file, the OS (basic software) automatically secures a memory buffer, so it is impossible for the program to read data from the file without using the memory buffer. . As a result, the memory capacity of the system is reduced by the amount of the buffer, which may hinder the program operation of the system in some cases. There was a problem that it became large.

【0006】本発明は、上記従来の問題点に鑑み、デー
タを高速に、しかもシステムのメモリバッファを要する
ことなく復元することが可能な圧縮データの復元方式を
提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in consideration of the above-described conventional problems, and has as its object to provide a method of restoring compressed data which can restore data at high speed without requiring a system memory buffer.

【0007】[0007]

【課題を解決するための手段】本発明は、以上のような
目的を達成するために、データを予め決められたコード
に置換することによって圧縮されたデータをもとのデー
タに復元する復元方式において、前記コードはシステム
に使用されていない連続した外字コードであって、前記
連続した外字コードとそれに対応するテキストデータと
が同一のデータ長で順に格納された原テキスト格納テー
ブルと、圧縮されたデータに前記外字コードが含まれて
いる場合、前記原テキスト格納テーブルの該当する
コードに対応するテキストデータの格納位置を、前記
原テキスト格納テーブル上の該当する外字コードと先頭
の外字コードとの差、及び前記外字コードとテキストデ
ータとのデータ長に基づいて算出する手段と、前記原テ
キスト格納テーブルの算出された格納位置からテキスト
データを読み出し、もとのデータに復元する手段とを
えたことを特徴としている。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a restoration method for restoring compressed data to original data by replacing data with a predetermined code. Wherein the code is a system
A continuous external character code not used for
Consecutive external character codes and corresponding text data
Is the original text storage data stored in order with the same data length.
Bull and, if the compressed data the external character codes is included, the relevant outside on the original text storing table
The storage position of the text data corresponding to the character code, the
The corresponding external character code and the head of the original text storage table
Between the external character code and the external character code and the text data
Bei means for calculating, based on the data length of the chromatography data, reads the text data from the calculated storage location of the original text storage table, and means for restoring the original data
It is characterized in that was example.

【0008】[0008]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は本発明による
圧縮データの復元方式の一実施形態の構成を示した図で
ある。なお、図1では本実施形態による圧縮データの復
元方式をMS−DOS系のOS(基本ソフト)を用いた
携帯情報処理端末システムに実施した場合を例として示
している。図1において、まず、システムメッセージフ
ァイル1は携帯情報処理端末システムの外部に設けられ
たファイルで、オリジナルのメッセージデータを格納す
るためのファイルである。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of an embodiment of a method for restoring compressed data according to the present invention. FIG. 1 shows an example in which the compressed data decompression method according to the present embodiment is applied to a portable information processing terminal system using an MS-DOS-based OS (basic software). In FIG. 1, a system message file 1 is a file provided outside the portable information processing terminal system, and is a file for storing original message data.

【0009】図1の例では、システムメッセージファイ
ル1には、例えば、「…その場合は設定を変更してくだ
さい。…リターンキーを押してください。…すれば、設
定を変更できます。…」というメッセージが格納されて
いる。携帯情報処理端末システムの内部には、メッセー
ジファイル1のオリジナルのメッセージデータを圧縮す
るためのデータ圧縮手段(図示せず)が設けられてい
て、メッセージファイル1のメッセージを外字コードに
変換して圧縮し、圧縮後のメッセージデータをシステム
メッセージファイル2に格納している。
In the example of FIG. 1, the system message file 1 contains, for example, "... in that case, change the setting .... Press the return key .. Then, the setting can be changed." The message is stored. A data compression means (not shown) for compressing the original message data of the message file 1 is provided inside the portable information processing terminal system, and converts the message of the message file 1 into an external character code and compresses it. Then, the compressed message data is stored in the system message file 2.

【0010】本実施形態では、データを圧縮する場合、
置換後のコードとして当該システムでは通常使用されな
い外字コードの9900(H)から99FF(H)まで
の連続した外字コードを使用している。例えば、「リタ
ーンキーを押してください」を9900(H)に変換
し、「設定を変更」を9901(H)に変換することで
データを圧縮している。データ圧縮手段では、この外字
コードを用いて、システムメッセージファイル1のメッ
セージを「…その場合は9901(H)してください。
…9900(H)。…すれば、9901(H)できま
す。」と圧縮し、システムメッセージファイル2に格納
している。
In this embodiment, when data is compressed,
As the post-replacement code, a continuous external character code from 9900 (H) to 99FF (H) of an external character code which is not usually used in the system is used. For example, "Press the return key" is converted to 9900 (H), and "Change settings" is converted to 9901 (H) to compress the data. The data compression means uses this external character code to set the message of the system message file 1 to "... 9010 (H) in that case."
... 9900 (H). … Then you can do 9901 (H). "And stored in the system message file 2.

【0011】原テキスト格納テーブル3は、外字コード
とそれに対応する原テキストデータを格納するためのテ
ーブルである。この原テキスト格納テーブル3は、RO
M領域のメモリイメージアクセス可能な領域に設けられ
ている。ここで、本実施形態では、原テキスト格納テー
ブル3には外字コードとそれに対応する原テキストデー
タを格納しているが、テキストデータを外字コード2バ
イト、原テキストデータ38バイトの固定長データに揃
えて格納している。
The original text storage table 3 is a table for storing external character codes and corresponding original text data. This original text storage table 3 contains the RO
The memory area is provided in an area where a memory image can be accessed. Here, in the present embodiment, although the external character code and the corresponding original text data are stored in the original text storage table 3, the text data is aligned to a fixed length data of 2 bytes of the external character code and 38 bytes of the original text data. Stored.

【0012】テキストデータが所定データ長よりも短い
ときはテキストデータの後にNULLコード(文字列デ
ータの終端を意味するコード)を付加することによって
テキストデータを同一のデータ長としている。これは、
詳しくは後述するが、原テキスト格納テーブル3にテキ
ストデータを同一データ長に揃えて格納することによ
り、各々のテキストデータの格納開始位置が原テキスト
格納テーブル3における格納領域の先頭から整数倍とな
るようにし、各々のテキストデータの格納位置を計算で
得るためである。
When the text data is shorter than a predetermined data length, a null code (a code indicating the end of character string data) is added to the text data so that the text data has the same data length. this is,
As will be described in detail later, by storing the text data in the original text storage table 3 with the same data length, the storage start position of each text data becomes an integer multiple from the head of the storage area in the original text storage table 3. In this way, the storage position of each text data is obtained by calculation.

【0013】なお、図1においては原テキスト格納テー
ブル3に外字コードとそれに対応するテキストデータを
格納しているが、外字コードはなくてもよい。即ち、原
テキスト格納テーブル3の何番目にどのテキストデータ
が格納されているかが予めわかっていれば、外字コード
はなくてもよく、テキストデータのみを同一データ長に
揃えて格納すればよい。
Although the external character code and the corresponding text data are stored in the original text storage table 3 in FIG. 1, the external character code may not be provided. That is, if it is known in advance what text data is stored in the original text storage table 3, there is no need for an external character code, and only the text data may be stored with the same data length.

【0014】また、原テキスト復元・表示処理4はシス
テムメッセージファイル2から圧縮されたデータを読み
出し、圧縮前の原テキストへの復元を行い、メッセージ
の表示を行う手段、原テキスト取得処理5は拡張メモリ
領域のROM領域アクセス用エリア6を通して原テキス
ト格納テーブル3にアクセスし、外字コードに対応する
原テキストデータを取得する手段、出力装置7は原テキ
スト復元・表示処理4から渡されたメッセージデータを
出力する手段である。
The original text restoration / display processing 4 reads out compressed data from the system message file 2, restores the original text before compression, and displays the message. Means for accessing the original text storage table 3 through the ROM area access area 6 of the memory area and acquiring the original text data corresponding to the external character code, and the output device 7 converts the message data passed from the original text restoration / display processing 4 Output means.

【0015】次に、本実施形態のシステムメッセージを
表示する場合の具体的な動作を図2のフローチャートを
参照して詳細に説明する。図2において、まず、原テキ
スト復元・表示処理4は、システムメッセージファイル
2から圧縮されたデータを読み出し(ステップ20
1)、読み出したデータに置換データを示す外字コード
(9900(H)から99FF(H))が含まれている
かどうかを判断する(ステップ202)。
Next, a specific operation when displaying a system message according to the present embodiment will be described in detail with reference to the flowchart of FIG. In FIG. 2, first, original text restoration / display processing 4 reads compressed data from the system message file 2 (step 20).
1) It is determined whether or not the read data includes an external character code (9900 (H) to 99FF (H)) indicating replacement data (step 202).

【0016】ここで、システムメッセージファイル2に
は、図1に示すように「…その場合は9901(H)し
てください。…9900(H)。…すれば、9901
(H)できます。…」のメッセージデータが格納されて
いるものとする。従って、この場合は、原テキスト復元
・表示処理4は、外字コード9900(H)、9901
(H)が含まれているので、まず、9901(H)を置
換データを示す外字コードとして判断し、外字コード9
901(H)を原テキスト取得処理5に渡し、それに対
応する原テキストデータの取得を要求する(ステップ2
03)。
In this case, as shown in FIG. 1, the system message file 2 contains "... in that case, perform 9901 (H) .... 9900 (H)."
(H) Yes. … ”Is stored. Therefore, in this case, the original text restoring / display processing 4 includes the external character codes 9900 (H), 9901
Since (H) is included, first, 9901 (H) is determined as an external character code indicating replacement data, and the external character code 9 is determined.
901 (H) is passed to the original text acquisition processing 5 to request acquisition of the original text data corresponding thereto (step 2).
03).

【0017】原テキスト取得処理5は、拡張メモリ領域
上に存在するROM領域アクセス用エリア6を通して、
ROM領域上の原テキスト格納テーブル3にアクセス
し、外字コードに対応する原テキストデータを取得す
る。具体的には、原テキスト格納テーブル3には、各々
のテキストデータを対応する外字コードの順に格納し、
また各テキストデータはNULLコードを付加するとに
よって同一のデータ長に揃えているので、次の計算を行
うことで該当する外字コードに対応するテキストデータ
の格納位置を算出する(ステップ204)。
The original text acquisition processing 5 is executed through a ROM area access area 6 existing on the extended memory area.
The original text storage table 3 in the ROM area is accessed to obtain the original text data corresponding to the external character code. Specifically, in the original text storage table 3, each text data is stored in the order of the corresponding external character code,
Further, since each text data has the same data length by adding a NULL code, the storage position of the text data corresponding to the corresponding external character code is calculated by performing the following calculation (step 204).

【0018】テキストデータの格納位置(格納領域先頭
からのオフセット)は、次式で得ることができる。
The storage position (offset from the head of the storage area) of the text data can be obtained by the following equation.

【0019】 テキストデータの格納位置=(与えられた外字コード−
9900(H))×テーブル3の1データの長さ…
(1) ここで、与えられた外字コードを9901(H)とする
と、原テキスト格納テーブル3の1データの長さ=外字
コード(2バイト)+テキストデータ(38バイト)=
40バイトであるから、テキストデータの格納位置は、 格納位置=(9901(H)−9900(H))×40
バイト=40 となる。
Storage location of text data = (given external character code−
9900 (H)) × the length of one data of table 3 ...
(1) Here, assuming that the given external character code is 9901 (H), the length of one data in the original text storage table 3 = the external character code (2 bytes) + the text data (38 bytes) =
Since it is 40 bytes, the storage position of the text data is: storage position = (9901 (H) -9900 (H)) × 40
Byte = 40.

【0020】即ち、外字コード9901(H)に対応す
るテキストデータの格納位置は原テキスト格納テーブル
3の先頭から2番目であることがわかり、原テキスト取
得処理5は、原テキスト格納テーブル3の2番目から外
字コード9901(H)に対応するテキストデータ「設
定を変更」を読み出し(ステップ205)、原テキスト
復元・表示処理4に渡す。なお、この場合、固定長のデ
ータの長さを40バイトとすると、テキストデータの格
納位置は40の整数倍となり、0、40、80、120
…となる。よって、この結果からテキストデータの格納
位置は、原テキスト格納テーブル3の1番目のデータ、
2番目のデータ、3番目のデータ、…ということがわか
る。
That is, it is found that the storage position of the text data corresponding to the external character code 9901 (H) is the second from the top of the original text storage table 3, and the original text acquisition processing 5 performs The text data “change setting” corresponding to the external character code 9901 (H) is read from the first (step 205), and passed to the original text restoration / display processing 4. In this case, if the length of the fixed-length data is 40 bytes, the storage position of the text data is an integral multiple of 40, and 0, 40, 80, 120
... Therefore, from this result, the storage location of the text data is the first data in the original text storage table 3,
It can be seen that the second data, the third data,...

【0021】また、原テキスト復元・表示処理4は、圧
縮データに含まれているもう1つの外字コード9900
(H)についても同様の処理を行い、外字コード990
0(H)に対応するテキストデータを取得するように原
テキスト取得処理5に要求する。この場合も、原テキス
ト取得処理5は、(1)式を用いて外字コード9900
(H)に対応するテキストデータの格納位置を算出し、
原テキスト格納テーブル3から該当する格納位置のテキ
ストデータを読み出し、原テキスト復元・表示処理5に
渡す。
The original text restoring / displaying process 4 performs another external character code 9900 included in the compressed data.
Similar processing is performed for (H), and the external character code 990 is obtained.
It requests the original text acquisition processing 5 to acquire text data corresponding to 0 (H). In this case as well, the original text acquisition processing 5 uses the external character code 9900 by using the expression (1).
Calculating the storage position of the text data corresponding to (H),
The text data at the corresponding storage position is read from the original text storage table 3 and passed to the original text restoration / display processing 5.

【0022】ここで、外字コード9900(H)に対応
するテキストデータの格納位置は0であるので、原テキ
スト取得処理5はこれに該当する原テキスト格納テーブ
ル3の1番目のテキストデータ「リターンキーを押して
ください」を読み出し、原テキスト復元・表示処理4に
渡す。原テキスト復元・表示処理4は、外字コードを原
テキスト取得処理5から渡されたテキストデータに変換
し、圧縮前のメッセージデータに復元する(ステップ2
06)。また、原テキスト復元・表示処理4は復元した
メッセージデータを出力装置7に出力し、出力装置7上
にメッセージを表示する(ステップ207)。なお、ス
テップ202でメッセージデータに外字コードが含まれ
ていない場合は、ステップ207に進み、メッセージデ
ータを出力装置7に表示する。
Here, since the storage position of the text data corresponding to the external character code 9900 (H) is 0, the original text acquisition processing 5 executes the first text data “return key” in the corresponding original text storage table 3. Please press "and pass it to original text restoration / display processing 4. The original text restoration / display processing 4 converts the external character code into the text data passed from the original text acquisition processing 5 and restores the message data before compression (step 2).
06). The original text restoration / display processing 4 outputs the restored message data to the output device 7 and displays the message on the output device 7 (step 207). If the message data does not include the external character code in step 202, the process proceeds to step 207, where the message data is displayed on the output device 7.

【0023】[0023]

【発明の効果】以上説明したように本発明によれば、
続した外字コードとそれに対応するテキストデータを同
一のデータ長で順にテーブルに格納し、データを復元す
る時は外字コードに対応するテキストデータの格納位置
を算出し、得られた格納位置からテキストデータを読み
出すことでデータを復元しているので、従来のようにフ
ァイルをサーチするのではなく、一切の照合処理が不要
となるため、データの復元処理を従来に比べて大幅に高
速化することができる。
According to the present invention as described above, according to the present invention, communication
The consecutive external character code and the corresponding text data are
Since the data is stored in the table in order with one data length, and when restoring the data, the storage position of the text data corresponding to the external character code is calculated, and the data is restored by reading out the text data from the obtained storage position. Instead of searching for a file as in the related art, no collation processing is required, so that the data restoration processing can be significantly speeded up as compared with the related art.

【0024】また、原テキストデータをファイルではな
く、メモリとしてアクセス可能なテーブルに格納してい
るので、テキストデータを読み出す際に入出力用のメモ
リバッファを必要とせず、コンピュータシステムのプロ
グラム動作用のメモリが不足することを防止することが
できる。特に、このことはメモリ容量の少ない携帯情報
処理端末に効果的である。
Further, since the original text data is stored not in a file but in a table accessible as a memory, a memory buffer for input / output is not required for reading out the text data, and the program for operating the program of the computer system is not required. Insufficient memory can be prevented. In particular, this is effective for a portable information processing terminal having a small memory capacity.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明による圧縮データの復元方式の一実施形
態の構成を示したブロック図である。
FIG. 1 is a block diagram showing a configuration of an embodiment of a compressed data decompression method according to the present invention.

【図2】図1の実施形態の動作を説明するためのフロー
チャートである。
FIG. 2 is a flowchart for explaining the operation of the embodiment of FIG. 1;

【符号の説明】[Explanation of symbols]

1 システムメッセージファイル(非圧縮データ) 2 システムメッセージファイル(圧縮データ) 3 原テキスト格納テーブル 4 原テキスト復元・表示処理 5 原テキスト取得処理 6 ROM領域アクセス用エリア 7 出力装置 Reference Signs List 1 system message file (uncompressed data) 2 system message file (compressed data) 3 original text storage table 4 original text restoration / display processing 5 original text acquisition processing 6 ROM area access area 7 output device

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H03M 7/30 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) H03M 7/30

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 データを予め決められたコードに置換す
ることによって圧縮されたデータをもとのデータに復元
する復元方式において、前記コードはシステムに使用さ
れていない連続した外字コードであって、前記連続した
外字コードとそれに対応するテキストデータとが同一の
データ長で順に格納された原テキスト格納テーブルと、
圧縮されたデータに前記外字コードが含まれている場
合、前記原テキスト格納テーブルの該当する外字コー
ドに対応するテキストデータの格納位置を、前記原テキ
スト格納テーブル上の該当する外字コードと先頭の外字
コードとの差、及び前記外字コードとテキストデータと
のデータ長に基づいて算出する手段と、前記原テキスト
格納テーブルの算出された格納位置からテキストデータ
を読み出し、もとのデータに復元する手段とを備えた
とを特徴とする圧縮データの復元方式。
1. A decompression method for restoring compressed data to original data by replacing data with a predetermined code , said code being used by a system.
A continuous external character code that is not
The external character code and the corresponding text data are the same
An original text storage table stored in order by data length,
If it contains the external character codes to the compressed data, the storage location of the text data corresponding to the relevant external character code <br/> de on the original text storing table, the original text
The corresponding external character code and the first external character on the strike storage table
Code, and the external character code and text data
Means for calculating, based on the data length, reads the text data from the calculated storage location of the original text storing table, wherein this <br/> and and means for restoring the original data Decompression method for compressed data.
【請求項2】 前記原テキスト格納テーブルは、テキス
トデータに所定のコードを付加することによって、各々
のテキストデータが同一データ長に揃えられていること
を特徴とする請求項1に記載の圧縮データの復元方式。
2. The compressed data according to claim 1, wherein in the original text storage table, by adding a predetermined code to the text data, each text data is made to have the same data length. Restoration method.
【請求項3】 前記原テキスト格納テーブルは、メモリ
イメージアクセス可能なROM領域に設けられているこ
とを特徴とする請求項1に記載の圧縮データの復元方
式。
3. The method according to claim 1, wherein the original text storage table is provided in a ROM area accessible to a memory image.
JP15246897A 1997-06-10 1997-06-10 Decompression method of compressed data Expired - Fee Related JP3190855B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15246897A JP3190855B2 (en) 1997-06-10 1997-06-10 Decompression method of compressed data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15246897A JP3190855B2 (en) 1997-06-10 1997-06-10 Decompression method of compressed data

Publications (2)

Publication Number Publication Date
JPH10341164A JPH10341164A (en) 1998-12-22
JP3190855B2 true JP3190855B2 (en) 2001-07-23

Family

ID=15541179

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15246897A Expired - Fee Related JP3190855B2 (en) 1997-06-10 1997-06-10 Decompression method of compressed data

Country Status (1)

Country Link
JP (1) JP3190855B2 (en)

Also Published As

Publication number Publication date
JPH10341164A (en) 1998-12-22

Similar Documents

Publication Publication Date Title
US7870115B2 (en) Variable length file header apparatus and system
US7924183B2 (en) Method and system for reducing required storage during decompression of a compressed file
US5854597A (en) Document managing apparatus, data compressing method, and data decompressing method
EP1914635A2 (en) Image displaying device having image cache memory
KR102275240B1 (en) Managing operations on stored data units
US5901277A (en) Shared decompression buffer
EP2690565B1 (en) Method and system for compressing data records and for processing compressed data records
JP3190855B2 (en) Decompression method of compressed data
CN109271463B (en) Method for recovering inodb compressed data of MySQL database
JPH0973408A (en) Data processor and data input/output processing method
JP4451722B2 (en) Database server and database system
CN111597098A (en) Data processing method and equipment
JP2000076155A (en) Html document compression/expansion/display system
JP3265268B2 (en) String compression method
JPH0628150A (en) Method for compressing program capacity
JP3152772B2 (en) Image data restoration device
JP3146197B2 (en) Data transfer device and storage device
CN117076388A (en) File processing method and device, storage medium and electronic equipment
JPH05265416A (en) Image information transmission system
JPH07264558A (en) Character broadcasting receiver
CN115033381A (en) Compressed file processing method and device, computer equipment and storage medium
JP2815750B2 (en) High-speed data writing apparatus and high-speed data writing method
JPH0793497A (en) Portable electronic device
US20030215148A1 (en) Apparatus and method for compressing/decompressing images in a mobile communication terminal
JP2001267930A (en) Code expander and its method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees