JPH03147178A - Control method for document data in application software - Google Patents

Control method for document data in application software

Info

Publication number
JPH03147178A
JPH03147178A JP1286303A JP28630389A JPH03147178A JP H03147178 A JPH03147178 A JP H03147178A JP 1286303 A JP1286303 A JP 1286303A JP 28630389 A JP28630389 A JP 28630389A JP H03147178 A JPH03147178 A JP H03147178A
Authority
JP
Japan
Prior art keywords
data
line
document
processing
page
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.)
Pending
Application number
JP1286303A
Other languages
Japanese (ja)
Inventor
Toru Miyaji
徹 宮地
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators Ltd
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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP1286303A priority Critical patent/JPH03147178A/en
Publication of JPH03147178A publication Critical patent/JPH03147178A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To increase a document, which can be registered to an auxiliary storage, by removing an unnecessary part or an over-lapped part in document data by the two steps of data compression processings. CONSTITUTION:A page data input/output processing part 12 executes a processing to write compressed page data for one page (a compression buffer 41) into a document file 16 in an auxiliary storage 15 and a processing to read the compression buffer 41 from the document file. A line data input/output processing part 13 executes a processing to take out the compressed line data from the compression buffer 41 read onto a memory in a main storage and to execute data extension (development) and a processing to compress the extended line data (developed line data) and to store the data in the compression buffer 41. A line data edition processing part 14 executes the edition processing of the developed line data. Thus, the capacity of the auxiliary storage 15 is not lacked.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はアプリケーションソフトウェアにおける文書デ
ータの管理方法に関し、特に主記憶装置上での文書を管
理するアプリケーションソフトウェアにおける文書デー
タの管理方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for managing document data in application software, and particularly to a method for managing document data in application software that manages documents on a main storage device.

〔従来の技術〕[Conventional technology]

従来、アプリケーションソフトウェアで文書データの管
理を行う場合、主記憶装置上で編集された文書データを
、文字列そのままの形式で補助記憶装置上のファイルに
行単位で入出力していた。
Conventionally, when managing document data using application software, the document data edited on the main storage device is input/outputted line by line to a file on the auxiliary storage device in the form of character strings as they are.

すなわち、文書内に通常音まれている多量の空白文字も
データとしてファイルに出力していた。
In other words, a large amount of blank characters that are normally included in a document were also output to the file as data.

また、文字罫線など1行内で何個も繰り返す文字も、そ
のままの連続したデータでファイルに出力されていた。
Additionally, characters that repeated many times within a single line, such as character lines, were output to the file as continuous data.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来の管理方法では、ファイルに出力される文書データ
に不必要な部分や重複した部分が多いため、文書あたり
のデータ量が増大して、これが補助記憶装置の容量不足
を起こす原因の一つとなっていた。
With conventional management methods, document data output to files has many unnecessary or duplicated parts, resulting in an increase in the amount of data per document, which is one of the causes of insufficient auxiliary storage capacity. was.

また、文書あたりのデータ量の増大により、1ページ分
の文書を保持するためのエリアが主記憶装置のメモリ上
に確保できず、数行分のデータしか保持できない。この
ためページ内の編集作業を行っている最中にも、補助記
憶装置上のファイルに更新した行データを出力し、次の
数行分のデータをファイルから読み込む処理が行われ、
文書編集作業の実行速度の低下を招いていた。
Furthermore, due to the increase in the amount of data per document, an area for holding one page of the document cannot be secured in the memory of the main storage device, and only a few lines of data can be held. Therefore, even while editing the page, the updated line data is output to a file on the auxiliary storage device, and the next few lines of data are read from the file.
This caused a decrease in the execution speed of document editing work.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のアプリケーションソフトウェアにおける文書デ
ータの管理方法は、主記憶装置上の文書データの処理に
おいて、データ圧縮機能により文書データの縮小化を行
い、主記憶装置上のメモリに文書データの1ページ分を
保持し、文書編気時には編集を行う行のデータ伸長を行
い他の行はデータ圧縮されたままの状態で文書データを
管理し、補助記憶装置上の文書ファイルと前記主記憶装
置上のメモリとの文書データの入出力処理をページ単位
で行って構成される。
The document data management method in the application software of the present invention reduces the size of the document data using a data compression function in processing the document data on the main storage device, and stores one page of document data in the memory on the main storage device. When editing a document, the data of the row to be edited is expanded, and the other rows are kept compressed. It is constructed by performing input/output processing of document data on a page-by-page basis.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は、本発明の一実施例の構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

主処理部11は、文書編集中に発生する編集行の変更要
求や編集ページの変更要求に応じて、行データの圧縮・
展開処理やページデータの読み込み・書き込み処理を指
令する。
The main processing unit 11 compresses and compresses line data in response to edit line change requests and edit page change requests that occur during document editing.
Instructs expansion processing and page data read/write processing.

ページデータ入出力処理部12は補助記憶装置15内の
文書ファイル16に1ページ分の圧縮されたベージデー
タ(これを圧縮バッファ41と呼ぶ)を書き込む処理と
文書ファイルから圧縮バッファを読み込む処理を行う。
The page data input/output processing unit 12 performs the process of writing one page of compressed page data (this is called a compression buffer 41) to the document file 16 in the auxiliary storage device 15, and the process of reading the compressed buffer from the document file. .

行データ入出力処理部13は、主記憶装置内のメモリ上
に読み込まれた圧縮バッファから、圧縮された行データ
を取り出し、データ伸長(これを展開と呼ぶ)を行う処
理、および伸長された行データ(これを展開形行データ
と呼ぶ)をデータ圧縮し、圧縮バッファに格納する処理
を行う。
The line data input/output processing unit 13 extracts compressed line data from a compression buffer read into the memory in the main storage device, performs data decompression (this is called expansion), and processes the decompressed line data. Data (this is called expanded row data) is compressed and stored in a compression buffer.

行データ編集処理部14は、展開形行データの編集処理
を行う。
The line data editing processing unit 14 performs editing processing of expanded line data.

第2図および第3図は、本発明の文書データ管理と装置
との関連を示した図である。CRT装置21に文書デー
タを表示する処理、キーボード装置22から入力された
データにもとづいて文書データを編集する処理、プリン
タ装置23に文書データを印字する処理では、いずれも
展開形行データ27を参照あるいは更新するため、圧縮
形の複数個行データ27Aについて意識する必要はない
FIGS. 2 and 3 are diagrams showing the relationship between document data management and apparatus of the present invention. The process of displaying document data on the CRT device 21, the process of editing the document data based on data input from the keyboard device 22, and the process of printing document data on the printer device 23 all refer to the expanded line data 27. Alternatively, since it is updated, there is no need to be aware of the compressed multiple row data 27A.

ここで圧縮バッファ26内のデータについて説明する。The data in the compression buffer 26 will now be explained.

第4図は、圧縮バッファ26内のデータの構造を示した
ものである。圧縮バッファ41はヘッダ411と行デー
タ412およびストッパ413から構成されている。ヘ
ッダ411は、圧縮バッファの全体長などの管理情報が
格納されている固定長のエリアである0行データ412
は、ページ内の各行の圧縮されたデータが、行番号を昇
順に格納されている。ただし、空白行(空白文字だけで
アトリビュートも河も付加されていない行)は行データ
が存在しない、ストッパ413は、圧縮バッファの終わ
りを認識するための固定値である。
FIG. 4 shows the structure of data within the compression buffer 26. The compression buffer 41 is composed of a header 411, line data 412, and a stopper 413. The header 411 contains 0-line data 412, which is a fixed-length area in which management information such as the overall length of the compression buffer is stored.
The compressed data for each row within a page is stored in ascending order of row number. However, a blank line (a line with only blank characters and no attributes or rivers added) has no line data, and the stopper 413 is a fixed value for recognizing the end of the compression buffer.

行データ42は、行データ412と同じものであり、1
行分の圧縮された文書データである。行番号421は、
何行目の行データであるかを示すものである0行データ
422全体長は行データ42のデータ長を、文字データ
長423は文字データ部425のデータ長を、アトリビ
ュートデータ長424はアトリビュートデータ(色・罫
線等のデータ)部426のデータ長を、それぞれ格納す
る。
The row data 42 is the same as the row data 412, and 1
This is compressed document data for lines. Line number 421 is
The total length of the 0-line data 422, which indicates which line the line data is, is the data length of the line data 42, the character data length 423 is the data length of the character data section 425, and the attribute data length 424 is the attribute data. The data length of the (color, ruled line, etc. data) section 426 is stored respectively.

文字データ部43は文字データ部425と同じものであ
り、1行分の文字データを圧縮して格納している。圧縮
されたデータはアイテムと呼ばれる圧縮の単位より成り
立っている。アイテムには2つの種類がある。その1は
指定桁位置から指定長分データをセットするタイプで、
1桁位置431からデータ長分432の文字列433を
セントするという意味のアイテムである。その2は指定
桁位置から指定回数データを繰り返すタイプで、桁位置
434から繰り返し数436分の文字437を繰り返し
セットするという意味のアイテムである。アイテムがど
ちらのタイプかを識別するのは、繰返し識別子(固定値
0)435があるかどうかで行う。アトリビュートデー
タ部44はアトリビュートデータ部426と同じであり
、1行分のアトリビュータデータを圧縮して格納してい
る。
The character data section 43 is the same as the character data section 425, and stores one line of compressed character data. Compressed data is made up of compression units called items. There are two types of items. The first type is a type that sets data for a specified length from a specified digit position,
This item means to cent the character string 433 from the 1-digit position 431 to the data length 432. The second type is a type that repeats data a specified number of times from a specified digit position, and is an item that repeatedly sets characters 437 for a repetition number of 436 from a digit position 434. The type of item is determined by whether a repeating identifier (fixed value 0) 435 is present. The attribute data section 44 is the same as the attribute data section 426, and stores one row of compressed attribute data.

その内部構造は文字データ部43と同様のものである。Its internal structure is similar to that of the character data section 43.

第5図はアトリビュートデータ部44の内容を示したも
のである。アトリビュートデータは1桁あたり1バイト
で表わされる。何もアトリビュートが設定されていない
場合、値は80H(緑色のみ(これをノーマルアトリビ
ュートという))である。
FIG. 5 shows the contents of the attribute data section 44. Attribute data is expressed in one byte per digit. If no attribute is set, the value is 80H (green only (this is called a normal attribute)).

第6図は1行分の文字データを圧縮する処理の例である
。61は展開形文字データであり、空白文字(20M)
はΔ°”で表わしである。圧縮処理は次の2段階に分か
れている。
FIG. 6 is an example of processing for compressing one line of character data. 61 is expanded character data, blank character (20M)
is expressed as Δ°''. The compression process is divided into the following two stages.

第一段階はデータの前後の空白文字(アトリビュートの
場合は、ノーマルアトリビュート)をデータより除く。
The first step is to remove blank characters before and after the data (in the case of attributes, normal attributes) from the data.

ここで1社命部が空白文字でありノーマルアトリビュー
トの場合には、空白行であると判断して、圧縮処理を中
断する。また、文字データがすべて空白文字があるいは
アトリビュートデータがすべてノーマルアトリビュート
であるかのどちらかであった場合、文字データ長423
あるいはアトリビュートデータ′長424は0が格納さ
れ、文字データ部425あるいはアトリビュートデータ
部426は無くなる。この圧縮段階の結果として、1行
の文字データあるいはアトリビュートデータは1つの圧
縮アイテムとなる。
If the first company name section is a blank character and is a normal attribute, it is determined that it is a blank line and the compression process is interrupted. Also, if the character data is either all blank characters or all the attribute data is normal attributes, the character data length 423
Alternatively, 0 is stored in the attribute data' length 424, and the character data section 425 or attribute data section 426 disappears. As a result of this compression step, one line of character data or attribute data becomes one compressed item.

第二段階は、このアイテムに対し、データ中の3個以上
連続する空白文字(あるいはノーマルアトリビュート)
をデータから除き、同時に5回以上繰り返す文字(ある
いはアトリビュート)はさらにアイテムに分割する。こ
の2段階の圧縮処理により、1行のデータは文字データ
部43とアトリビュートデータ部44のように数個のア
イテムで表わされることになる。
The second step is to select three or more consecutive blank characters (or normal attributes) in the data for this item.
are removed from the data, and characters (or attributes) that repeat five or more times at the same time are further divided into items. Through this two-stage compression process, one line of data is represented by several items, such as a character data section 43 and an attribute data section 44.

第7図は、圧縮バッファから指定した行番号の行データ
を取り出す時、あるいは文書編集処理により更新された
行データを圧縮バッファ内の同じ行の行データと差し換
える時に、圧縮バッファ内で指定行の行データの先頭ア
ドレスをサーチする処理を示したものである。それぞれ
の行データ72の先頭には行番号721および行データ
長722が格納されており、さらに行データは、行番号
の昇順に格納されているので、指定の行番号と圧縮バ・
ソファ内の行番号721を比較し、同じであればそこが
行データの先頭アドレスとなり、指定の行番号の方が小
さければ指定行は空白行であることがわかる。指定の行
番号のほうが大きければ、行データ長722を加えてア
ドレスにある次の行番号と比較する。もしそれがストッ
パ73であれは、指定行は空白行であることになる。
Figure 7 shows how to retrieve the specified line in the compressed buffer when extracting the line data of the specified line number from the compressed buffer, or when replacing the line data updated by document editing processing with the line data of the same line in the compressed buffer. This figure shows the process of searching for the start address of row data. A row number 721 and a row data length 722 are stored at the beginning of each row data 72, and the row data is stored in ascending order of row numbers, so if the specified row number and compression bar are
The line numbers 721 in the sofa are compared, and if they are the same, that becomes the start address of the line data, and if the specified line number is smaller, it is known that the specified line is a blank line. If the designated row number is larger, the row data length 722 is added and compared with the next row number at the address. If it is the stopper 73, the designated line will be a blank line.

第8図・第9図は行データ入出力処理部13が行う入出
力処理すなわち圧縮バッファから行データを取り出し、
データ伸長を行う処理の流れ図(第8図)であり、展開
形行データを圧縮して、圧縮バッファに格納する処理の
流れ図(第9図)である。
8 and 9 show input/output processing performed by the line data input/output processing unit 13, that is, line data is extracted from the compression buffer,
FIG. 8 is a flowchart of a process for decompressing data, and FIG. 9 is a flowchart of a process for compressing expanded row data and storing it in a compression buffer.

行データの取り出し・伸長処理手順を第8図で説明する
The procedure for extracting and decompressing row data will be explained with reference to FIG.

この処理の入力情報は、行番号および文字部・アトリビ
ュート部の展開形データ出刃先アドレスである。ステッ
プ81で文字部およびアトリビュート部のデータ出力を
初期化する。この初期化とは、文字部データ出カ先を空
白文字(2On)でクリアし、アトリビュート部データ
出方先をノーマルアトリビュート(80H)でクリアす
ることである。次にステップ82で、圧縮バッファ内で
指定番号の行データを探す。ステップ83で、指定行番
号の行データがあったがどぅがを判断し、行データがあ
った場合には、文字部の圧縮形データを伸長して文字部
データ出カ先に出方し、アトリビュート部の圧縮形デー
タを伸長してアトリビュート部データ出カ先に出力する
くステップ84)。行データがなかった場合にはそのま
ま処理を終了する。
The input information for this process is the line number and the expanded data cutting edge address of the character part and attribute part. At step 81, data output of the character section and attribute section is initialized. This initialization means clearing the character part data output destination with a blank character (2On) and clearing the attribute part data output destination with a normal attribute (80H). Next, in step 82, the line data of the specified number is searched within the compression buffer. In step 83, it is determined whether there is line data with the specified line number, and if there is line data, the compressed data of the character part is decompressed and output to the character part data output destination. , the compressed data of the attribute section is expanded and outputted to the attribute section data output destination (step 84). If there is no row data, the process ends immediately.

次に、展開形行データの圧縮・格納処理手順を第1図で
説明する。
Next, the processing procedure for compressing and storing expanded row data will be explained with reference to FIG.

この処理の入力情報は、行番号および文字部・アトリビ
ュート部の展開形データのアドレスである。ステップ9
1で、文字部とアトリビュート部の展開形データをそれ
ぞれ圧縮しく第6図の文字部の圧縮の例)、これをもと
に行データを作成しく第4図行データ42参照)、新・
行データ長を求める。ここで、圧縮処理の結果、文字部
データ長とアトリビュート部データ長とが、両方ともO
となった場合には、行データは作成せず、新・行データ
長を0とする0次にステップ92で、圧縮バッファ内の
指定行データを探し、その長さく旧・行データ長)を求
める。ここで、行データがなかった場合には旧・行デー
タ長をOとする。
The input information for this process is the line number and the address of the expanded form data of the character part/attribute part. Step 9
In step 1, compress the expanded data of the character part and attribute part (Example of compressing the character part in Figure 6), create line data based on this (see line data 42 in Figure 4), and create the new data.
Find the row data length. Here, as a result of the compression process, both the character part data length and the attribute part data length are O
In this case, no row data is created, and the new row data length is set to 0.Next, in step 92, search for the specified row data in the compression buffer, and calculate its length (old row data length). demand. Here, if there is no row data, the old row data length is set to O.

ステップ93において、旧・行データ長と新・行データ
長とを比較する。旧・行データ長の方が長い場合には、
圧縮バッファ内の指定行番号より以降の行データを、行
データ長の減少分だけ前に移送しくステップ94ン、ス
テップ98に移る。
In step 93, the old line data length and new line data length are compared. If the old line data length is longer,
Step 94 moves the line data after the specified line number in the compression buffer forward by the amount by which the line data length has been decreased, and the process moves to step 98.

新と旧の行データ長が同じ場合には、そのままステップ
98に移る。新・行データ長の方が長い場合には、圧縮
バッファ用の空メモリ領域が行データ長の増加分より多
いかどうかを比較しくステップ95)、多い場合には圧
縮バッファ内の指定行番号より以降の行データを、行デ
ータ長の増加分だけ後方に移送しくステップ96)、ス
テップ98に移る。少ない場合にはメモリ不足エラーを
表示しくステップ97)、終了する。この場合、格納処
理は行なわれない。
If the new and old row data lengths are the same, the process directly advances to step 98. If the new row data length is longer, compare whether the free memory area for the compression buffer is greater than the increase in the row data length (step 95), and if it is larger than the specified row number in the compression buffer. The subsequent row data is moved backward by the increase in row data length (step 96), and the process moves to step 98. If there is less memory, an insufficient memory error is displayed (step 97), and the process ends. In this case, no storage processing is performed.

ステップ98で、新・行データを圧縮バッファに転送し
く新・行データ長が0の場合には何もししない)、圧縮
バッファ長を更新した後、処理を終了する。
In step 98, the new row data is transferred to the compression buffer (nothing is done if the new row data length is 0), the compression buffer length is updated, and the process ends.

以上述べてきた文書データの管理処理により、文書デー
タを縮小化し、主記憶装置のメモリ上に文書データの1
ページ分を保持するため、文書ファイルとの文書データ
の入出力処理をページ単位で行うことが可能となる。
Through the document data management processing described above, the document data is reduced in size, and one part of the document data is stored in the memory of the main storage device.
Since pages are held, input/output processing of document data to and from the document file can be performed on a page-by-page basis.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、2段階のデータ圧縮処理
により、文書データ中の不必要な部分や重複した部分を
取り除くため、文書データが縮小化される。この文書デ
ータの縮小化により、補助記憶装置に登録できる文書を
増大させるという効果がある。
As explained above, according to the present invention, document data is reduced in size through two-stage data compression processing to remove unnecessary parts and duplicate parts in the document data. This reduction in document data has the effect of increasing the number of documents that can be registered in the auxiliary storage device.

また、ページ単位でファイル入出力処理を行うので、文
書のページ内での編集作業中にファイル入出力処理を行
う必要がなくなるため、文書編集処理の単純化・高速化
が図れるという効果がある。
Furthermore, since file input/output processing is performed on a page-by-page basis, there is no need to perform file input/output processing during editing work within a page of a document, which has the effect of simplifying and speeding up document editing processing.

示す説明図、第7図は圧縮バッファ内の行データの先頭
アドレスをサーチする処理を示す説明図、第8図は圧縮
バッファから行データを取出す処理の流れ図、第9図は
行データを圧縮バッファに格納する処理の流れ図である
Figure 7 is an explanatory diagram showing the process of searching the start address of line data in the compressed buffer, Figure 8 is a flowchart of the process of extracting line data from the compressed buffer, and Figure 9 is a flowchart of the process of extracting line data from the compressed buffer. FIG.

主処理部11、ページデータ入出力処理部12、行デー
タ入出力処理部13、行データ編集処理部14、補助記
憶装置15、文書ファイル16、主記憶装置17゜
Main processing unit 11, page data input/output processing unit 12, line data input/output processing unit 13, line data editing processing unit 14, auxiliary storage device 15, document file 16, main storage device 17°

Claims (1)

【特許請求の範囲】[Claims] 主記憶装置上の文書データの処理において、データ圧縮
機能により文書データの縮小化を行い、主記憶装置上の
メモリに文書データの1ページ分を保持し、文書編集時
には編集を行う行のデータ伸長を行い他の行はデータ圧
縮されたままの状態で文書データを管理し、補助記憶装
置上の文書ファイルと前記主記憶装置上のメモリとの文
書データの入出力処理をページ単位で行って成ることを
特徴とするアプリケーションソフトウェアにおける文書
データの管理方法。
When processing document data on the main storage device, the data compression function is used to reduce the size of the document data, hold one page of document data in the memory on the main storage device, and when editing the document, expand the data of the line to be edited. The other rows manage the document data while keeping the data compressed, and input/output processing of the document data between the document file on the auxiliary storage device and the memory on the main storage device is performed on a page-by-page basis. A method for managing document data in application software, characterized in that:
JP1286303A 1989-11-02 1989-11-02 Control method for document data in application software Pending JPH03147178A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1286303A JPH03147178A (en) 1989-11-02 1989-11-02 Control method for document data in application software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1286303A JPH03147178A (en) 1989-11-02 1989-11-02 Control method for document data in application software

Publications (1)

Publication Number Publication Date
JPH03147178A true JPH03147178A (en) 1991-06-24

Family

ID=17702636

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1286303A Pending JPH03147178A (en) 1989-11-02 1989-11-02 Control method for document data in application software

Country Status (1)

Country Link
JP (1) JPH03147178A (en)

Similar Documents

Publication Publication Date Title
US6378054B1 (en) Data backup device and method for use with a computer, and computer-readable recording medium having data backup program recorded thereon
US5680612A (en) Document retrieval apparatus retrieving document data using calculated record identifier
US5655129A (en) Character-string retrieval system and method
JPH08255155A (en) Device and method for full-text registered word retrieval
JP3770919B2 (en) File processing method, data processing apparatus, and storage medium
JPH04360246A (en) Device for compressing file
JPH03147178A (en) Control method for document data in application software
JPH10261969A (en) Data compression method and its device
JP2925042B2 (en) Information link generation method
JP3365833B2 (en) Adaptive surrogate information retrieval method and apparatus
JP2564749B2 (en) Data compression method
JP2001312517A (en) Index generation system and document retrieval system
JP2001318935A (en) Information processor, its method, recording medium recording information processing software, and relational database
JPH1165902A (en) Compressing method, expanding method, compressing device, expanding device, and recording medium
JPH0668159A (en) Retrieval device
JP4036514B2 (en) Data compression method, data restoration method, sort-merge processing device, sort-merge processing method, and medium on which programs of these methods are recorded
JP3325326B2 (en) Electronic filing equipment
JP3780772B2 (en) Database index creation device
JPH07120303B2 (en) Data base file restoration method
JPS60256853A (en) Method and device for file retrieval
JPH0193857A (en) Document printer
JPH02116936A (en) Reorganizing system
JP2943900B2 (en) Data compression processing device, data decompression processing device, data compression processing method, and data decompression processing method for data file
JPS63298437A (en) Sorting system for data compressed record
JPH06332666A (en) Compressing method for data