WO1999056204A1 - Procede et dispositif pour le traitement de donnees - Google Patents

Procede et dispositif pour le traitement de donnees Download PDF

Info

Publication number
WO1999056204A1
WO1999056204A1 PCT/JP1999/002109 JP9902109W WO9956204A1 WO 1999056204 A1 WO1999056204 A1 WO 1999056204A1 JP 9902109 W JP9902109 W JP 9902109W WO 9956204 A1 WO9956204 A1 WO 9956204A1
Authority
WO
WIPO (PCT)
Prior art keywords
program
data
attached
processing
processing module
Prior art date
Application number
PCT/JP1999/002109
Other languages
English (en)
French (fr)
Inventor
Yuji Sawada
Hisashi Saiga
Masafumi Yamanoue
Keisuke Iwasaki
Yoshihiro Kitamura
Original Assignee
Sharp Kabushiki Kaisha
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 Sharp Kabushiki Kaisha filed Critical Sharp Kabushiki Kaisha
Priority to US09/674,197 priority Critical patent/US6701331B1/en
Publication of WO1999056204A1 publication Critical patent/WO1999056204A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99954Version management

Definitions

  • the present invention relates to a data processing device and a data processing method, and more particularly, to a data processing device and a data processing device capable of extending and changing various functions of a data format and a data processing device and performing stable data processing.
  • Background art
  • Digital data that can be processed by a computer is recorded on a recording medium according to a certain format in order to make the data compatible.
  • the format is often extended in any format to add new functions.
  • the playback program may run away when data of a format different from the expected format is read into the playback program.
  • an area for storing an identification code is provided in a recording medium for storing a digital signal to be reproduced. It identifies whether the digital signal reproduced by the code belongs to a compatible basic function or an incompatible dedicated function.
  • the digital signal recording / reproducing apparatus reproduces only the reproducible digital signal after confirming whether or not the digital signal can be reproduced. Therefore, the manufacturer can freely expand the functions while maintaining the compatibility of the digital signal recording / reproducing device.
  • HTML Hyper Text Markup Language
  • WWW World Wide Web
  • processing and data to be processed are specified using an identifier called a tag. That is, the open tag ⁇ abc>("ab c "is the tag name) and the data to be processed is specified by sandwiching the data to be processed between the closing tag and abc>. Also, the data between the two tags includes The processing assigned to the tag name "abe" is performed.
  • the browser that performs the display processing of this HTML data is designed so that the function can be extended by adding a new tag. When a browser encounters a tag that it cannot interpret, it can ignore that function by skipping the open and close tags, so that the browser processes only data it can handle. can do.
  • Plug-ins have a one-to-one correspondence with the extension, such as ".moV” or ".aVi", which indicates the type of data added to the end of the file name. If the HTML file contains files of a type that cannot be processed by the browser, the browser checks the file extension of the file and identifies the plug-in that is associated one-to-one with it. Start up and process the file.
  • a browser that interprets HTML data and displays it on the screen has the same problem.
  • the plug-in and data are distributed via completely different routes. For this reason, there are cases where the extension name of the data and the type of data indicated by the extension name do not have a one-to-one correspondence. In such a case, if the data is reproduced using the plug-in, processing may be performed on data of a different type from the data originally expected by the plug-in. Therefore, in the worst case, there is a problem that the browser program runs away.
  • plug-ins can be downloaded to browsers without regard to the reliability of the plug-in. Be included. Therefore, there is a risk that unreliable plug-ins such as plug-ins containing bugs or plug-ins contaminated with computer viruses may be installed.
  • the plug-in for data with various functions such as video and audio, the plug-in must be designed so that it can process all of its functions. For this reason, the plug-in program is more complex than a program that processes only limited functions. Therefore, there are problems that bugs are apt to be mixed in at the time of creation, that it takes time to create, that it takes time to check operation, and that it is easy to omit confirmation of operation. Disclosure of the invention
  • one of the objects of the present invention is to enhance the format of the input digital data and various functions of the device itself, selectively import only secure software as a program inside the device, and stabilize data processing. It is an object of the present invention to provide a data processing device that can perform the data processing in a timely manner.
  • Another object of the present invention is to format input digital data, expand or change various functions of the device main body, selectively fetch only secure software as a program inside the device, and perform data processing stably.
  • the goal is to provide a data processing method that can
  • a data processing device is configured such that data to be processed, an identifier indicating the type of the data to be processed, and at least one identifier are associated with the data to be processed, which is related to the identifier. It reads digital data consisting of an attached program for performing the above processing and performs processing on the data to be processed.
  • the data processing device includes: a program storage unit that stores an internal program that is associated with at least one identifier and includes a processing module that performs a predetermined process on data to be processed; A digital data reading unit for reading and an attached program that is connected to the digital data reading unit and determines whether or not an attached program related to the identifier of the read target data exists in the digital data.
  • Section and digital data reading section Module for determining whether a processing module corresponding to the identifier of the read data to be processed exists in the internal program, and a module for determining whether an attached program exists, It is connected to the module presence / absence determination section, digital data reading section, and program storage section. Depending on the output of the attached program presence / absence determination section and processing module presence / absence determination section, either the attached program or the processing module can be misaligned. And a program selecting and executing unit for performing processing on the processing target data using the program.
  • the data to be processed and the attached program for processing the data to be processed are distributed as a body, and the processing for the data to be processed is performed using the attached program distributed from the same route as the data to be processed. .
  • the problem that the attached program runs away can be avoided.
  • the attached program since the attached program only needs to be able to process the data to be processed, the attached program itself is simplified, bugs are reduced when creating the attached program, creation and operation check can be performed in a short time, and operation check Less likely to leak. For this reason, data processing can be performed stably.
  • version information is attached to each of the attached program and the processing module, and the data processing device is connected to a digital data reading unit and a program storage unit, and each corresponds to an identifier of data to be processed.
  • a version information comparing unit for comparing version information of the attached program and the processing module is further included.
  • the program selection execution unit includes an attached program presence / absence determining unit, a processing module presence / absence determining unit, a version information comparing unit, It is connected to the digital data reading unit and the program storage unit, and performs processing using either the attached program or the processing module according to the output of the attached program presence / absence determination unit, processing module presence / absence determination unit, and version information comparison unit. Process on target data Including a portion for applying
  • processing is performed on data to be processed using a newer version of the attached program and processing module, processing can be performed with a program with fewer bugs. Therefore, data processing must be performed stably Will be able to
  • creator information is attached to each of the attached program and the processing module, and the data processing device is connected to a digital data reading unit and a program storage unit, and an identifier of data to be processed.
  • a creator information comparison unit for comparing creator information of each of the attached program and the processing module, respectively, wherein the program selection execution unit includes an attached program presence / absence determination unit, a processing module presence / absence determination unit, a creator Connected to the information comparison unit, digital data reading unit, and program storage unit.
  • the attached program presence / absence determination unit, processing module presence / absence determination unit, and creator information comparison unit one of the attached program and processing module Using one to process the data to be processed Including a minute.
  • the program can be processed by a program that seems to have fewer bugs.
  • version information is attached to the attached program and the processing module, respectively, and the data processing device is connected to the digital data reading unit and the program storage unit, and has an attachment associated with the identifier of the data to be processed. It is connected to a version information comparison unit for comparing the version information of each of the attached program and the processing module, and is connected to the version information comparison unit, digital data reading unit and program storage unit.
  • a processing module replacement part for replacing the processing module of the program with the attached program.
  • the attached program is provided with reproduction approval information for permitting the processing in the attached program, and the program selection execution unit is connected to the digital data reading unit.
  • Identification of data to be processed A playback authorization information presence / absence determination section for determining whether playback authorization information is attached to the attached program related to the child, a playback authorization information presence / absence determination section, an attached program presence / absence determination section, a processing module presence / absence determination section, Either the attached program or the internal program, connected to the digital data reading unit and the program storage unit, according to the output of the playback authorization information presence / absence determination unit and the output of the attached program presence / absence determination unit and processing module presence / absence determination unit And a part for performing processing on the data to be processed.
  • the attached program to which the playback approval information is added is used to perform processing on the processing target data. For this reason, processing can be performed using only a safe program, and processing is not performed by a low-reliability program, so that data processing can be performed stably.
  • a data processing method includes a processing module associated with at least one identifier, and configured to perform a predetermined process on processing target data associated with the identifier, and Digital data comprising target data, an identifier indicating the type of data to be processed, and an attached program associated with at least one identifier and for performing predetermined processing on the data to be processed related to the identifier. It is used in a data processing device that reads data and processes the data to be processed using either a processing module or an attached program.
  • the above data processing method includes a step of reading digital data, a step of determining whether or not an attached program associated with the identifier of the read data to be processed exists in the digital data; If there is an attached program related to the data identifier, the step of using the attached program to process the data to be processed, and adding the attached data related to the identifier of the data to be processed in the digital data If the program does not exist, it is checked whether or not there is a processing module associated with the identifier of the processing target data in the internal program, and if the processing module exists, the processing is performed on the processing target data. Performing processing using the module.
  • the data to be processed and the attached program for processing the data to be processed are distributed together, and the attached program is distributed from the same route as the data to be processed. Then, the data to be processed is processed.
  • the attached program By performing the processing using the attached program that matches the data to be processed, the problem that the attached program runs away can be avoided.
  • the attached program since the attached program only needs to be able to process the data to be processed, the attached program itself is simplified, bugs are reduced when creating the attached program, creation and operation check can be performed in a short time, and operation check Less likely to leak. For this reason, data processing can be performed stably.
  • FIG. 1 is a block diagram showing a configuration of an electronic book display device according to an embodiment of the present invention.
  • FIG. 2 is a diagram showing a format of book data reproduced by the electronic book display device according to the embodiment of the present invention.
  • FIG. 3 is a diagram showing an example of a configuration of a format information area recorded in book data.
  • FIG. 4 is a diagram showing an example of a configuration of a management information area recorded in book data.
  • FIG. 5 is a schematic diagram showing an example of a configuration of each page of book data displayed on the electronic book display device.
  • FIG. 6 is a diagram showing an example of a configuration of a page data area recorded in book data.
  • FIG. 7 is a diagram showing an example of the configuration of an object data area in which object data of character data is stored.
  • FIG. 8 is a diagram showing an example of a configuration of an object data area in which object data of image data is stored.
  • FIG. 9 is a diagram showing an example of a configuration of object data in which video data not used in the current format is stored.
  • FIG. 10 is a diagram showing an example of the configuration of an attached program area recorded in book data.
  • FIG. 11 is a diagram schematically showing a program storage state in the program storage unit 102.
  • FIG. FIG. 12 is a diagram showing a program information table stored in the program storage unit 102 and having meta information of the program as an element.
  • FIG. 13 is a flowchart showing a processing procedure for each item data.
  • FIG. 14 is a flowchart showing a processing procedure when the attached program is stored in the electronic book display device in the processing procedure of the item data.
  • FIG. 15 is a flowchart showing a processing procedure for each item data in the second embodiment.
  • This electronic book display device reads electronic book data (hereinafter referred to as “book data”) such as weekly magazines, novels, and comics as digital data, and sequentially reproduces and displays the data.
  • book data electronic book data
  • an electronic book display device is described as an example, but a general data processing device such as an image filling device that reproduces and displays other digital data may be used.
  • the electronic book display device extends a function (including a function change) by replacing a program or the like. For this reason, if there is element data that cannot be processed by the conventional electronic book display device before function expansion, a program for processing the element data is attached to the element data, and the element data is processed based on the attached program. Is processed. By doing so, the function of the electronic book display device can be expanded, and even an electronic book display device that cannot execute the processing of the extended function can execute the processing on the element data. For example, an electronic book display device that can display only a still image or text can be changed to an electronic book display device that can display a moving image such as a video data animation. In the electronic book display device according to the present embodiment, only a secure program can be selectively loaded. The details will be described later.
  • an electronic book display device has a CPU (Central Processing Unit) 101 for controlling the entire device, a device program, and a book data. It is executed by the CPU 101 and the program storage unit 102 composed of a hard disk or the like that stores the program attached to the program and the meta information of the program (authentication information, program creator information, version information).
  • a RAM (Random Access Memory) 103 for storing programs, a work area for the programs, and book data, and a disk drive for reading book data recorded on a recording medium such as an IC (Integrated Circuit) card or a magnetic disk.
  • an input unit 104 including a modem for receiving book data via a communication line, a display unit 105 for displaying book data, and a book data displayed on the display unit 105.
  • a page turning instructing unit 106 for instructing page switching, an external program executing unit 107 for interpreting and executing a program attached to book data, From among the processing modules of the program attached to the book data and the processing modules of the programs stored in the program storage unit 102, the processing module used for processing is selected and stored in the program storage unit 102 as necessary.
  • a program selection unit 108 that instructs the CPU 101 to replace the specified processing module with a processing module attached to the book data, a CPU 101, a program storage unit 102, a RAM 103, an input unit 104, A display unit 105, a page turning instruction unit 106, an external program execution unit 107, and a CPU bus 109 for interconnecting the program selection unit 108 are included.
  • the CPU 101 performs various processes in accordance with the program loaded from the program storage unit 102 into the RAMI 03 and in accordance with the user's instruction received via the page turning instruction unit 106 or the like or the content of the book data.
  • book data includes a format information area for storing information such as a format name used for recording, and a bibliographic information area, a page information area, and a copy permission information area.
  • a management information area a page data area divided for each page and corresponding to the body of recorded book data, and a program for executing processing on at least a part of the data in each of the above areas.
  • an attached program area for storing programs.
  • the format information area is a format that indicates format information.
  • a format information identifier a data size of an area (area B in the figure) after a format name character string described later, a format name character string indicating a format name, and the like.
  • the numerical value shown on the right side of Fig. 3 is the number of bytes in the data area used to record the content, and the format information identifier is 2 bytes and the data size is 4 bytes. This indicates that each area is used. It also indicates that a data area of N bytes (N indicates an undefined value that differs depending on the data) is used for the format name string. In the description of FIGS. 4 and 6 to 10 described later, the numerical values described on the right side of each area have the same meaning.
  • the book data is stored in a plurality of item data, and all the item data are processed by the item identifier identifying the type of the item data and the item data. It is stored in the data size of the target data and the format of the data to be processed. For example, in the format information area described above,
  • the type of item data refers to not only the types of data such as images, sounds, and characters, but also the types of storage formats of the item data. If the storage formats are different, the same type of data is used. However, it is determined to be a different type of item data. For example, if the format information is stored in a format excluding the format name string from the storage format of the format information area in FIG. 3, the format information is different from the format information in the format in FIG. It is determined that the types of item data are different. Therefore, another item identifier is added to the format information identifier of this format information.
  • Each area of the item identifier and the data size of the item data is always 2 bytes and 4 bytes, respectively, regardless of the item data. Therefore, even if the book data includes item data that cannot be processed by the electronic book display device, it is possible to accurately read the data size of the data to be processed among the item data. Therefore, even if the electronic book display device does not know the storage format of the item data, By skipping the item data, it is possible to easily proceed to the processing of the next item data.
  • the number of bytes used for recording both is not limited to 2 bytes or 4 bytes, as long as the data size of all item identifiers and item data is recorded in a predetermined size.
  • the end of the item data can be specified from the data size of the data to be processed.
  • the tag is used to specify the start and end of the item data as used in the HTML document. You may be able to do it.
  • the management information area records a management information identifier indicating that it is a management information area, a data size of a data area (area B1) after the bibliographic information area described later, a book title name, an author name, and the like.
  • a bibliographic information area a page information area for recording the page size and the total number of pages, and a copy permission information area for recording permission / non-permission of the copy and recording the copyright holder.
  • the bibliographic information area includes a bibliographic information area identifier indicating that the area is a bibliographic information area, a data size of an area (area B2) subsequent to a title name character string described later, a book title name character string, and an author. It consists of a name string and so on.
  • the page information area includes a page information identifier indicating that it is a page information area, a data size of an area (area B3) subsequent to a page X size described later, and a size of each page in the X and Y directions. (Page X size and page Y size) and the total number of pages.
  • the copy permission information area includes a copy permission information identifier indicating that the area is a copy permission information area, a data size of an area (area B4) after a copy permission value described later, and designation of whether or not copying is permitted. It contains a copy permission value for copying and copyright holder information.
  • the page X size and page Y size provided in the page information area are the X and Y coordinates of the lower right vertex of the page in the coordinate system with the origin at the upper left vertex of the page virtually provided for each page. Shown respectively.
  • each page of the book data is composed of element data such as character data, image data or moving image data (hereinafter referred to as “object”).
  • object element data such as character data, image data or moving image data
  • Each page is configured by arranging each object on a virtual page having the page size recorded in the page information area of FIG.
  • An example of the configuration of the page data area shown in FIG. 2 will be described with reference to FIG.
  • the page data area includes a page data area identifier indicating that it is a page data area, a data size of an area (area B 1) after the page data number described later, a page data number indicating the total number of page data, and each page. Page data.
  • the page data of each page is a page data identifier indicating that it is page data, a data size of an area after the page number (the number of bytes of area B2), a page number of this page data, and this page number. It consists of the number of objects pasted in the object and an object data area for storing object data of each object.
  • the object data of the character data is a character data identifier indicating that it is character data, the data size of the data to be processed (data size of area B) described below,
  • the upper left and lower right coordinates of the character area specifying the area to display the character data (character area start X coordinate, character area start Y coordinate, character area end X coordinate and character area end Y coordinate), character spacing, It consists of a line spacing, a font type used for displaying a character string, a font size, a character color specifying a character string color, a background color, and character string data. Since the data size of the data to be processed is known in advance, the electronic book display device can sequentially read and reproduce the object data.
  • the object data of the image data is an image data identifier indicating that the image data is image data, the data size of data to be processed (data size of area B) described below, and the X direction of the image data.
  • the size of the image (image X size), the size of the image data in the Y direction (image Y size), the starting point coordinates (X) and the starting point coordinates (Y) that specify the position where the image data is pasted, It includes a color table which is a correspondence table between the set pixel values and the actual pixel densities, and image data.
  • Object data as shown in FIG. 7 or FIG. 8 is prepared for each object, and stored in the object data area of FIG.
  • the format management organization manages the format of the book data in order to maintain the compatibility of the book data.
  • the format management organization For each version of the format, manage the item identifiers (specific values of item identifiers) that can be used, the type of the item data, the storage format of the item data, and the method of reproducing the item data.
  • a formal version up of the format will be performed. All item data other than the item data recognized by the format management organization corresponds to the extended function.
  • Item data corresponding to this extended function is embedded in book data as follows. For example, assume that video data cannot be used as an object in the page data area in the current format version. At this time, in order to handle the video data as an object by extending the current format, describe the object data of the video data using an item identifier that is not used in the current format. That is, referring to FIG. 9, the object data of the video data includes an unused identifier indicating that the data is video data, and the data size of the data to be processed (data in the area B) described below. And the position where the video data is pasted (video information start point coordinates (X) and video information start point coordinates (Y)), the video data compression method, and the video data. In this way, the item data corresponding to the extended function is managed by the item identifier that is not currently used. Extensions are added not only when the format management organization officially upgrades the format, but also by the creator of the book data.
  • the book data is provided with an attached program area for storing a program for processing the item data.
  • the attached program area is an attached program area identifier indicating that it is an attached program area, a data size indicating the total size of data (the size of area B1) after the number of attached programs described later, the number of attached programs, and its producer. It consists of program data areas for the number of programs.
  • Each program data area has a program data area identifier for distinguishing the data area of each program, and the total size of data after the item identifier described later (area B 2), the item identifier of the item data to be processed by the attached program, the authentication information and its size, the creator information that can identify the creator of this program and its size, and the program version It contains information and its size, and a program for processing item data to be processed.
  • Authentication information, program creator information, and version information correspond to program meta-information. However, the meta information may include other items.
  • the authentication information is information such as a character string issued when the format management organization determines that the program may be distributed to users regularly.
  • the authentication information is issued not only for the attached book data but also for a highly secure program that will not cause any trouble even if this program is executed for item data in other book data.
  • the authentication information may include a predetermined authentication character string as it is, but may be encrypted to prevent unauthorized programs from being distributed.
  • a character string that is different for each book, such as the title of book data is used as an encryption key, the authentication string is encrypted, and the content stored in the authentication information area is different for each book.
  • the program in which the authentication information is correctly recorded is stored in the electronic book display device as described later, and may be used for processing other book data.
  • the authentication information area Is not recorded, and the authentication information size is set to 0.
  • the attached program is used only for processing the item data attached to the book data.
  • the item data is data corresponding to the process target item identifier in the attached program area.
  • the processing target item identifier of the program stored in the attached program area may be an item identifier that is legally used in the current format.
  • the item data associated with the process target item identifier is basically processed by a program in the device.
  • the processing program is attached to the attached program area.
  • the item data is processed by the attached processing program.
  • the program can be processed by any CPU. It is desirable that there be.
  • programs and scripts written in a scripting language and programs written in the JAVA language developed by Sun Microsystems in the United States may be recorded in this area.
  • the electronic book display device needs a means for interpreting and executing a program written in a script language or a JAVA language, and an external program execution unit 107 is provided as this means.
  • the program includes a processing module that executes a predetermined process for each item identifier, and a main program that controls the execution of calling of each processing module.
  • Each processing module is stored in the program storage unit 102 as a file separate from the main program.
  • some item data has a hierarchical relationship in which another item data exists in the item data. For this reason, as shown in the processing module with the identifier K in FIG. 11, each processing module may call another processing module (the processing module with the identifier S).
  • the program of the present embodiment is not limited to this mode, and it is sufficient that each processing module be separable for each item identifier.
  • Each processing module and the main program are stored in one file. It may be integrated into,
  • the process cannot be extracted as one processing module. That is, there is a case where the item identifier and the processing module do not correspond one-to-one. This is because arbitrary arguments and processing results cannot be passed to unknown processing modules. For example, in the case of the module that processes the page information area in FIG. 4, the analyzed page size and total number of pages are used in the main program and other modules. If this processing result cannot be delivered to the main program, processing of the main program and other modules cannot be performed. For this reason, the module that processes the page information area is divided into one processing module. Can not do it.
  • the processing module for processing the image data shown in FIG. 8 interprets and displays the contents described in FIG. There is no information other than that shown in Fig.
  • meta information on the processing module of each item identifier is stored in the program information table.
  • the program information table is recorded in the program storage unit 102.
  • the program information table records the file name of the processing module, creator information on the creator, and version information of the processing module for each processing module of each item identifier.
  • meta information of processing modules corresponding to all identifiers that can be processed by the electronic book display device is recorded, and meta information relating to processing modules corresponding to identifiers that cannot be processed is not recorded.
  • the character string “Built-in” is written in the file name column of the processing module, indicating that it is built in the main program. And so on.
  • a reproduction display processing method of the electronic book display device will be briefly described. First, when the power of the electronic book display device is turned on, the contents of the format information area and the management information area of the book data are read, and the display processing of the page data is started. It is assumed that the page is displayed in order from the first page, all object data pasted on the page to be displayed is read, and each page is reproduced according to the type of the object, thereby performing the display processing of the page. It is. Each time a page turning instruction is made in the page turning instruction section 106, the page number of the displayed page is updated, the object data included in the page is read, and each page according to the type of the object is read. Is displayed.
  • the reproduction and display of the book data are performed as described above, and all pieces of information of the book data are recorded as a set of the item identifier, the data size of the data to be processed, and the data to be processed. For this reason, all electronic book display devices perform processing in this group unit.
  • the operation of the electronic book display device will be described using a flowchart showing the processing procedure for each item data shown in FIG.
  • the item data processing program cannot be divided into one processing module and is integrated in the main program, the processing is performed according to the main program, and the processing shown in Fig. 13 is performed. Absent.
  • a program prepared for each item identifier is used as a processing module, and a program attached to book data is also one processing module.
  • the item identifiers are sequentially read (S100).
  • the attached program area of the book data is examined to determine whether there is an attached program that processes the item data associated with the read item identifier (S101). If the attached program to be processed is found (YES in S101), the program information table as shown in FIG. 12 stored in the program storage unit 102 is checked, and the item identifier to be processed at present is checked. It is confirmed whether or not meta information regarding the processing module is recorded (S102). If the meta information is not recorded (NO in S102), it is determined that the processing cannot be performed by the internal program of the electronic book display device, and the item data is determined by the program attached to the book data. It is processed (S105).
  • the creator information of the processing module in the program information table and the format shown in FIG. The stored creator information of the attached program is compared with the creator information to determine whether or not the creator is the same (S103). If the creator information matches (YES in S103), the version information of both programs is compared, and the processing of this item data is executed by the newer program. On the other hand, if the creator information is different (NO in S103), the processing of this item data is executed by the program attached to the book data (S105). After the processing of S 104 or S 105 is completed, as described later, Under specific conditions, a part of the processing module of the internal program of the electronic book display device is replaced by the attached program (S109), and the processing for this item data ends.
  • the process ends without replacing the program stored in program storage unit 102. If the authentication information has been recorded (YES in S200), it is checked whether or not the program information table has recorded meta information on the processing module of the item identifier to be processed (S201). If the meta information is not recorded (NO in S201), it is determined that there is no processing module related to this identifier in the electronic book display device, and the attached program is saved with a file name in the program storage unit 102 in the device. At the same time, the meta information added to the attached program is referred to, and the identifier of the processing target, the file name of the program, the creator information, and the version information of the program are written in the program information table (S204).
  • the meta information regarding the processing module of the item identifier to be processed is recorded in the program information table (YE S in S201), it is determined that the processing module related to this identifier is stored in the electronic book display device.
  • the creator information of the processing module related to this item identifier which is determined and recorded in the program information table, is compared with the creator information added to the program attached to the book data. (S202). If the creator information matches (YES in S202), both Compare the program's version information and leave the newer one inside the electronic book display device (S203). That is, if the program attached to the book data is newer, the attached program is stored in the program storage unit 102 with the file name, and the meta information on the processing module of this identifier in the program information table is stored. Of the information, the file name and version information are rewritten according to the meta information of the attached program. When rewriting the program information table, the processing module originally recorded in the program storage unit 102 may or may not be deleted.
  • the user is inquired as to whether or not to replace the processing module (S205). If the user instructs to replace the processing module (YES in S202), the attached program is saved with a file name in the program storage unit 102, and the meta data of the corresponding location in the program information table is stored. The information is rewritten (S206). After the processing module is rewritten in the processing of S203, S204, and S206, each item data is processed with reference to the updated program information table. Therefore, the processing of the corresponding item data is executed by the rewritten attached program.
  • the electronic book display device according to the second embodiment has the same hardware configuration as the electronic book display device according to the first embodiment. Therefore, the description will not be repeated.
  • the first is playback authorization information consisting of a character string indicating that execution of the attached program is permitted
  • the second is that the execution of the attached program and the replacement of the program inside the display device are both permitted.
  • This is replacement approval information consisting of a character string and the like. Both the regeneration approval information and the replacement approval information are issued by the format management organization.
  • the use of the attached program in which the reproduction approval information is stored in the authentication information area shown in FIG. 10 is limited to the reproduction of the item data in the book data to which the attached program is attached. Since the attached program only needs to be able to reproduce the item data in the book data to which it is attached, the program size is reduced, the development period is shortened, and bugs are less likely to be mixed during development. You.
  • the attached program in which the replacement approval information is stored in the authentication information area not only plays back the item data in the attached book data, but also replaces the program inside the electronic book display device, and the other book data It is also used to reproduce the item data in. Therefore, the processing program in the electronic book display device can be updated, and the version of the book data can be flexibly upgraded.
  • the determination as to whether to execute a program in which these authentication information is not recorded is performed by inquiring the user using the electronic book display device.
  • S300 to S301 are the same as those in S100 to S101 in FIG. 13, and thus description thereof will not be repeated. If a program for processing the item data currently being processed is attached to the book data (YES in S301), the authentication information area added to the attached program is checked, and the playback authorization information and the replacement authorization are checked. It is checked whether any of the information is stored (S302). If any of the authentication information is stored (YES in S302), the processing in S304 to S311 is performed in the same manner as the processing in S102 to S109 in FIG.
  • the meta information of the attached program is displayed on the display unit 105, and the user is asked whether the item data to be processed can be processed by the attached program. (S303). If the user permits the processing by the attached program (YES in S303), the processing of S304 to S311 is executed.
  • the processing from S308 to S310 is performed as follows.
  • the processing is performed in the same manner as the processing of S106 to S108 in FIG.
  • the replacement process of S311 is performed.
  • the replacement process of S311 is the same as the replacement process of the first embodiment described with reference to FIG. It is. Therefore, the description will not be repeated.
  • the authentication information is also checked for the reproduction process. For this reason, the danger at the time of execution of the attached program can be further reduced. 'According to the present invention, it is possible to execute processing on data, which cannot be conventionally processed by a program attached to data. This makes it possible to easily add new functions that have never been seen before.
  • Data and programs will be distributed as one. As a result, there is no difference between the contents of the data to be processed by the attached program and the contents of the actual data, and problems such as runaway of the program can be prevented.
  • the attached program is basically used only for processing the attached data. For this reason, the program that processes data becomes simpler, the development period of the program can be shortened, and the intrusion of bugs when creating the program can be reduced.
  • the data and the program for processing the data are distributed integrally. This prevents problems such as program runaway when processing data, and is suitable for comfortable data browsing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Digital Computer Display Output (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Description

明細書
データ処理装置およびデータ処理方法 技術分野
本発明は、 データ処理装置およびデータ処理方法に関し、 特に、 データフォー マットおよびデータ処理装置の各種機能の拡張および変更を行なうことができ、 安定にデ一タ処理を行なうことができるデータ処理装置およぴデータ処理方法に 関する。 背景技術
文書ファィルなどを始めとしてコンピュータが処理可能なデジタルデータは、 データに互換性を持たせるため、 何らかのフォーマツトに従って記録媒体に記録 される。 通常、 どのフォーマットにおいても、 新たな機能の追加などのため、 し ばしばフォーマットの拡張が行なわれる。 しカゝし、 フォーマット拡張の仕方によ つては、 旧式の再生プログラムではデータを読込めずに、 フォーマット拡張後の データに対する処理を行なうことができないという問題がある。 また、 期待して いるフォーマツトとは異なるフォ一マツトのデータが再生プログラムに読み込ま れることによって、 再生プログラムが暴走してしまうおそれもある。
日本特開平 4一 2 7 8 2 6 2号公報に開示されているディジタル信号記録再生 装置では、 再生されるディジタル信号を格納する記録媒体内に、 識別符号を格納 する領域が設けられ、 この識別符号により再生されるディジタル信号が互換性の ある基本機能に属するのか、 互換性のない専用機能に属するのかが識別される。 ディジタル信号記録再生装置は、 ディジタル信号を再生する際に、 そのディジタ ル信号が再生可能か否かを確認した後、 再生できるディジタル信号のみを再生す る。 したがって、 メーカは、 ディジタル信号記録再生装置の互換性を維持しつつ、 機能拡張を自由にできる。
また、 WWW (World Wide Web) で用いられている H TM L (Hyper Text Markup Language) 形式のデータでは、 タグと呼ばれる識別子を用いて処理およ び処理すべきデータが指定される。 すなわち、 オープンタグ < a b c > ( " a b c " はタグ名) とクローズタグく a b c >との間に処理対象のデータを挟むこ とによって、 処理すべきデータが指定される。 また、 2つのタグの間に挟まれた データには、 " a b e " というタグ名に割当てられた処理が施される。 この H T M Lデータの表示処理を行なうブラウザでは、 新しいタグを追加することによつ て機能拡張ができるように設計されている。 また、 ブラウザでは、 解釈できない タグに遭遇した場合、 そのオープンタグとクローズタグとを読み飛ばすことによ つて、 その機能を無視することができる。 このため、 ブラウザは、 処理可能なデ ータのみを処理することができる。
このような、 H TM L形式で書かれたデータを解釈して画面に表示するブラウ ザでは、 プラグインと呼ばれる外部プログラムをブラウザに追加することによつ て機能を拡張する仕組みが設けられている。 プラグインは、 ファイル名の最後に 付けられた、 データの種類を示す ". m o V " 、 や ". a V i " などの拡張子と 1対 1に対応付けられている。 H TM L形式のデータの中に、 ブラウザで処理で きなレ、種類のフアイルが存在する場合には、 ブラウザはそのフアイルの拡張子を 調べ、 それと 1対 1に対応付けられたプラグインを起動して、 そのファイルに対 する処理を行なう。
しかし、 上述の日本特開平 4 - 2 7 8 2 6 2号公報に開示のディジタル信号記 録再生装置では、 拡張された機能の処理を行なうためには、 予め装置内部に拡張 機能の処理を行なうプログラムを埋め込んでおく必要があり、 装置内部に処理プ ログラムが存在しない場合には、 拡張機能の実行ができないという問題があった。
H TM L形式のデ一タを解釈して画面に表示するブラウザでも同様の問題があ る。
また、 プラグインを用いたブラウザでは、 プラグインとデータとが全く別の経 路で配布される。 このため、 データの拡張子名とその拡張子名が示すデータの種 類が 1対 1に対応していない場合も存在する。 このような場合に、 プラグインを 用いてデータの再生を行なうと、 本来プラグインが期待する種類のデータとは異 なる種類のデータに対して処理が施される可能性がある。 このため、 最悪の場合 ブラゥザのプログラムが暴走してしまうという問題がある。
さらに、 プラグインは、 プラグインの信頼性を考慮することなくブラウザに取 込まれる。 このため、 バグを含んだプラグインまたはコンピュータウィルスに汚 染されたブラグインなど、 信頼性の低いブラグインが組込まれてしまう危険性が ある。
また、 動画や音声などのさまざまな機能を持つデータに対するブラグインを考 えると、 プラグインとしての性格上、 そのすベての機能に対して処理ができるよ うに設計されていなければならない。 このため、 プラグインのプログラムは、 限 られた機能に対してのみ処理を行なうプログラムに比べて複雑となる。 よって、 作成時にバグが混入しやすく、 作成に時間がかかり、 動作確認に時間がかかり、 かつ動作の確認漏れを起こしやすいなどの問題がある。 発明の開示
それゆえに本発明の目的の 1つは、 入力されるデジタルデータのフォーマツト や装置本体の各種機能の拡張や変更を行ない、 安全なソフトウエアだけ選択的に 装置内部のプログラムとして取込み、 データ処理を安定に行なうことのできるデ 一タ処理装置を提供することである。
本発明の他の目的は、 入力されるデジタルデータのフォーマツトゃ装置本体の 各種機能の拡張や変更を行ない、 安全なソフトウェアだけ選択的に装置内部のプ ログラムとして取込み、 データ処理を安定に行なうことのできるデータ処理方法 を提供することである。
本発明のある局面に係るデータ処理装置は、 処理対象データと、 処理対象デー タの種類を示す識別子と、 少なくとも 1つの識別子に関連付けられ、 識別子に関 連する処理対象データに対して予め定められた処理を施すための添付プログラム とからなるデジタルデータを読み込んで、 処理対象データに対して処理を施す。 上記データ処理装置は、 少なくとも 1つの識別子に関連付けられ、 処理対象デー タに対して予め定められた処理を施すための処理モジュールを含む内部プロダラ ムを記憶するためのプロダラム記憶部と、 デジタルデータを読み込むためのデジ タルデータ読込み部と、 デジタルデータ読込み部に接続され、 読み込まれた処理 対象データの識別子に関連する添付プログラムがデジタルデータ内に存在するか 否かを判断するための添付プログラム有無判断部と、 デジタルデータ読込み部お よびプログラム記憶部に接続され、 読み込まれた処理対象データの識別子に対応 した処理モジュールが内部プログラム内に存在するか否かを判断するための処理 モジュール有無判断部と、 添付プログラム有無判断部、 処理モジュール有無判断 部、 デジタルデータ読込み部およびプログラム記憶部に接続され、 添付プロダラ ム有無判断部および処理モジュール有無判断部のそれぞれの出力に応じて、 添付 プログラムおよび処理モジュ一ルのレ、ずれか一方を用いて、 処理対象データに処 理を施すためのプログラム選択実行部とを含む。
処理対象データと処理対象データに処理を施すための添付プログラムとがー体 となって配布され、 処理対象データと同一の経路から配布された添付プログラム を用いて処理対象データに対する処理が施される。 処理対象データに合致した添 付プログラムにより処理が施されることにより、 添付プログラムが暴走していし まうという問題が回避される。 また、 添付プログラムは、 処理対象データのみを 処理できればよいため、 添付プログラム自体が単純となり、 添付プログラム作成 時のバグの混入が低下し、 短時間での作成および動作確認が可能となり、 動作の 確認漏れを起こしにくくなる。 このため、 データ処理を安定に行なうことができ るようになる。
好ましくは、 添付プログラムおよび処理モジュールにはバージョン情報がそれ ぞれ付されており、 上記データ処理装置は、 デジタルデータ読込み部およびプロ グラム記憶部に接続され、 処理対象データの識別子にそれぞれ対応した、 添付プ ログラムおよび処理モジュールのそれぞれのバージョン情報を比較するためのバ 一ジョン情報比較部をさらに含み、 プログラム選択実行部は、 添付プログラム有 無判断部、 処理モジュール有無判断部、 バージョン情報比較部、 デジタルデータ 読込み部およびプログラム記憶部に接続され、 添付プログラム有無判断部、 処理 モジュール有無判断部およびバージョン情報比較部のそれぞれの出力に応じて、 添付プログラムおよび処理モジュールのいずれか一方を用いて、 処理対象データ に処理を施すための部分を含む。
添付プログラムおよび処理モジュールのうち、 バージョンが新しいものを用い て処理対象データに対する処理を行なうようにすれば、 よりバグの少ないプログ ラムでの処理を行なうことができる。 このため、 データ処理を安定に行なうこと ができるようになる。
さらに好ましくは、 添付プログラムおよび処理モジュールには作成者情報がそ れぞれ付されており、 上記データ処理装置は、 デジタルデータ読込み部おょぴプ ログラム記憶部に接続され、 処理対象データの識別子にそれぞれ対応した、 添付 プログラムおよび処理モジュールのそれぞれの作成者情報を比較するための作成 者情報比較部をさらに含み、 プログラム選択実行部は、 添付プログラム有無判断 部、 処理モジュール有無判断部、 作成者情報比較部、 デジタルデータ読込み部お よびプログラム記憶部に接続され、 添付プログラム有無判断部、 処理モジュール 有無判断部および作成者情報比較部のそれぞれの出力に応じて、 添付プログラム および処理モジュールのいずれか一方を用いて、 処理対象データに処理を施すた めの部分を含む。
添付プログラムおよび処理モジュールの作成者情報を画面に表示し、 作成者情 報に基づいてユーザが選択したモジュールで実行させれば、 よりバグの少ないと 思われるプログラムで処理させることができる。
さらに好ましくは、 添付プログラムおよび処理モジュールにはバージョン情報 がそれぞれ付されており、 上記データ処理装置は、 デジタルデータ読込み部およ びプログラム記憶部に接続され、 処理対象データの識別子にそれぞれ関連する添 付プログラムおよび処理モジュールのそれぞれのバージョン情報を比較するため のバージョン情報比較部と、 バージョン情報比較部、 デジタルデータ読込み部お よびプログラム記憶部に接続され、 バージョン情報比較部の出力に応じて、 内部 プログラムの処理モジュ一ルを添付プログラムで置換えるための処理モジュール 置換え部分とをさらに含む。
添付プログラムおよび処理モジュールのうち、 バージョンが新しいものをデー タ処理装置に残すようにすれば、 以降の処理で、 よりバグの少ないプログラムで の処理を行なうことができる。 このため、 データ処理を安定に行なうことができ るようになる。
さらに好ましくは、 添付プログラムでの処理を許可する場合には、 添付プログ ラムに添付プログラムでの処理を許可する再生承認情報が付されており、 プログ ラム選択実行部は、 デジタルデータ読込み部に接続され、 処理対象データの識別 子に関連する添付プログラムに再生承認情報が付されているか否かを判断するた めの再生承認情報有無判断部と、 再生承認情報有無判断部、 添付プログラム有無 判断部、 処理モジュール有無判断部、 デジタルデータ読込み部およびプログラム 記憶部に接続され、 再生承認情報有無判断部の出力ならびに添付プログラム有無 判断部および処理モジュール有無判断部のそれぞれの出力に応じて、 添付プログ ラムおよび内部プログラムのいずれか一方を用いて、 処理対象データに処理を施 すための部分とを含む。
再生承認情報が付された添付プログラムが用いられて、 処理対象データに対す る処理が行なわれる。 このため、 安全なプログラムのみを用いて処理を行なうこ とができるようになり、 信頼性の低いプログラムにより処理が行なわれることが なくなり、 データ処理を安定に行なうことができるようになる。
本発明の他の局面に従うデータ処理方法は、 少なくとも 1つの識別子に関連付 けられ、 識別子に関連する処理対象データに対して予め定められた処理を施すた めの処理モジュールを有し、 かつ処理対象データと、 処理対象データの種類を示 す識別子と、 少なくとも 1つの識別子に関連付けられ、 識別子に関連する処理対 象データに対して予め定められた処理を施すための添付プログラムとからなるデ ジタルデータを読み込んで、 処理対象データに対して、 処理モジュールまたは添 付プログラムのいずれかを用いて処理を施すデータ処理装置で用いられる。 上記 データ処理方法は、 デジタルデータを読み込むステップと、 読み込まれた処理対 象データの識別子に関連する添付プログラムがデジタルデータ内に存在するか否 力 を判断するステップと、 デジタルデータ内に、 処理対象データの識別子に関連 する添付プログラムが存在する場合には、 処理対象データに対して、 添付プログ ラムを用いて処理を施すステップと、 デジタルデータ内に、 処理対象データの識 別子に関連する添付プログラムが存在しない場合には、 内部プログラム内に、 処 理対象データの識別子に関連する処理モジュールが存在するか否かを調べ、 処理 モジュールが存在する場合には、 処理対象データに対して、 処理モジュールを用 いて処理を施すステップとを含む。
処理対象データと処理対象データに処理を施すための添付プログラムとが一体 となって配布され、 処理対象データと同一の経路から配布された添付プログラム を用レ、て処理対象デ一タに対する処理が施される。 処理対象データに合致した添 付プログラムにより処理が施されることにより、 添付プログラムが暴走していし まうという問題が回避される。 また、 添付プログラムは、 処理対象データのみを 処理できればよいため、 添付プログラム自体が単純となり、 添付プログラム作成 時のバグの混入が低下し、 短時間での作成および動作確認が可能となり、 動作の 確認漏れを起こしにくくなる。 このため、 データ処理を安定に行なうことができ るようになる。 図面の簡単な説明
第 1図は、 本発明の実施例に係る電子書籍表示装置の構成を示すブロック図で ある。
第 2図は、 本発明の実施例に係る電子書籍表示装置で再生する書籍データのフ ォーマツトを示す図である。
第 3図は、 書籍データに記録されるフォーマツト情報領域の構成の一例を示す 図である。
第 4図は、 書籍データに記録される管理情報領域の構成の一例を示す図である。 第 5図は、 電子書籍表示装置に表示される書籍データの各頁の構成の一例を示 す模式図である。
第 6図は、 書籍データに記録される頁データ領域の構成の一例を示す図である。 第 7図は、 文字データのオブジェク トデータが格納されたオブジェク トデータ 領域の構成の一例を示す図である。
第 8図は、 画像データのオブジェク トデータが格納されたォブジェクトデータ 領域の構成の一例を示す図である。
第 9図は、 現在のフォ一マツトでは採用されていない映像データが格納された オブジェク トデータの構成の一例を示す図である。
第 1 0図は、 書籍データに記録される添付プログラム領域の構成の一例を示す 図である。
第 1 1図は、 プログラム格納部 1 0 2内のプログラム格納状態を模式的に示す 図である。 第 1 2図は、 プログラム格納部 1 0 2に格納される、 プログラムのメタ情報を 要素とするプログラム情報テーブルを示す図である。
第 1 3図は、 項目データごとの処理手順を示すフローチャートである。
第 1 4図は、 項目データの処理手順のうち、 添付プログラムを電子書籍表示装 置内部に格納する際の処理手順を示すフローチヤ一トである。
第 1 5図は、 第 2の実施例における、 項目データごとの処理手順を示すフロ一 チヤ一トである。 発明を実施するための最良の形態
[第 1の実施例]
以下、 本発明の実施例に係る電子書籍表示装置について説明する。 この電子書 籍表示装置は、 デジタルデータとして週刊誌、 小説または漫画などの電子書籍デ ータ (以下、 「書籍データ」 という) を読込み、 順次再生して表示するものであ る。 なお、 本実施例では、 電子書籍表示装置を例に挙げるが、 他のデジタルデー タを再生して表示する画像フアイリング装置など一般的なデータ処理装置であつ てもよい。
本実施例に係る電子書籍表示装置は、 プログラムの置換えなどにより機能拡張 (機能変更も含む) を行なうものである。 このため、 従来の機能拡張前の電子書 籍表示装置では処理できない要素データがある場合には、 要素データに、 その要 素データに処理を施すプログラムを添付し、 添付されたプログラムに基づき要素 データに対して処理を行なう。 こうすることにより、 電子書籍表示装置の機能拡 張を行なうことができ、 拡張機能の処理を実行できない電子書籍表示装置であつ ても、 その要素データに対する処理を実行することができるようになる。 たとえ ば、 静止画やテキストしか表示できない電子書籍表示装置を、 映像データゃァニ メーシヨンのような動画像を表示できる電子書籍表示装置にすることができる。 また、 本実施例に係る電子書籍表示装置では、 安全なプログラムだけを選択的に 取込むことができるようにしている。 具体的には後述する。
第 1図を参照して、 本実施例に係る電子書籍表示装置は、 装置全体の制御を行 なう C P U (Central Processing Unit) 1 0 1と、 装置のプログラム、 書籍デ 一タに添付されたプログラムおよびプログラムのメタ情報 (認証情報、 プ口グラ ムの作成者情報、 バージョン情報) を格納するハードディスクなどよりなるプロ グラム格納部 102と、 C PU 1 01で実行されるプログラム、 そのプログラム の作業領域および書籍データなどを格納するための RAM (Random Access Memory) 1 03と、 I C (Integrated Circuit) カードもしくは磁気ディスクな どの記録媒体に記録された書籍データを読込むディスクドライブ、 または書籍デ ータを通信回線を経由して受信するモデムなどにより構成される入力部 1 04と、 書籍データを表示するための表示部 1 05と、 表示部 105に表示中の書籍デー タの頁の切換えを指示する頁めく り指示部 1 06と、 書籍データに添付されたプ ログラムを解釈して実行する外部プログラム実行部 107と、 書籍データに添付 されたプログラムの処理モジュールとプログラム格納部 1 02に格納されている プログラムの処理モジュールのうち、 処理に用いる処理モジュールを選択し、 必 要に応じて、 プログラム格納部 1 02に格納された処理モジュールを書籍データ に添付された処理モジュールで置換えるように CPU 101に指示するプロダラ ム選択部 1 08と、 CPU 101、 プログラム格納部 1 02、 RAM 1 03、 入 力部 1 04、 表示部 1 05、 頁めく り指示部 106、 外部プログラム実行部 10 7およびプログラム選択部 108を相互に接続するための CPUバス 1 09とを 含む。 CPU 101は、 プログラム格納部 102から RAMI 03にロードされ たプログラムに従い、 頁めく り指示部 1 06などを介して受けたユーザの指示ま たは書籍データの内容に応じて、 各種処理を行なう。
第 2図を参照して、 第 1図の記録媒体に記録されている書籍デ一タの概略構造 を説明する。 第 2図に示すように、 書籍デ一タは、 記録に用いられているフォー マット名などの情報を格納するフォーマット情報領域と、 書誌情報領域、 頁情報 領域およびコピー許可情報領域など力 らなる管理情報領域と、 各頁ごとに分割さ れ、 記録されている書籍データの本文に相当する頁データ領域と、 上記各領域の データのうち、 少なくとも一部のデータに対する処理を実行するためのプログラ ムを格納する添付プログラム領域とからなる。
第 3図を参照して、 第 2図に示したフォーマツト情報領域の構成の一例を説明 する。 フォーマット情報領域は、 フォーマット情報であることを示すフォーマツ ト情報識別子と、 後述するフォーマット名文字列以降の領域 (図中の領域 B ) の データサイズと、 フォーマツト名を示すフォーマツト名文字列などとから構成さ れている。 なお、 第 3図の右側に記した数値は、 その内容を記録するのに使用さ れるデータ領域のバイ ト数であり、 フォーマツト情報識別子には 2バイ ト、 デー タサイズには 4バイ トのデータ領域がそれぞれ使用されることを示している。 ま た、 フォーマット名文字列には Nバイ ト (Nはデータによって異なる不定値を示 す) のデータ領域が使用されることを示している。 なお、 後述する第 4図、 第 6 図〜第 1 0図の説明においても、 各領域の右側に記した数値は同様の意味を有す るものとする。
以下、 順次説明していくように、 書籍データは、 複数の項目データに区切られ て格納されており、 すべての項目データは、 項目データの種類を識別する項目識 別子、 項目データのうち処理対象となるデータのデータサイズおよび処理対象デ ータの形式で格納される。 たとえば、 上述したフォーマット情報領域では、 フォ
—マツト情報識別子、 データサイズおよびフォーマツト名文字列がこれら 3つの 項目にそれぞれ対応する。 項目データによっては、 その一部がさらにこの 3つの 組合せを再帰的に含んでいる場合もある。
ここで項目デ一タの種類とは、 画像、 音声および文字などのようなデータの種 類のみならず、 項目データの格納形式の種類をも指し、 格納形式が異なれば、 同 一種類のデータでも異なる種類の項目データと判断される。 たとえば、 フォーマ ット情報が、 第 3図のフォーマット情報領域の格納形式からフォーマット名文字 列を除いた形式で格納される場合には、 そのフォーマット情報は、 第 3図の形式 のフォーマット情報とは、 項目データの種類が異なるものと判断される。 このた め、 このフォーマット情報のフォーマット情報識別子には、 別の項目識別子が付 される。
また、 項目識別子および項目データのデータサイズの各領域は、 項目データに よらず、 それぞれ必ず 2バイ トおよび 4バイ トである。 このため、 書籍データの 中に電子書籍表示装置で処理できない項目データが存在していても、 その項目デ ータのうち処理対象となるデータのデータサイズを正確に読取ることができる。 よって、 電子書籍表示装置は、 その項目データの格納形式を知らなくても、 その 項目データを読み飛ばすことにより、 簡単に次の項目データの処理に移ることが できる。 なお、 両者の記録に用いられるバイ ト数は 2バイ トおよび 4バイ トでな くても、 すべての項目識別子および項目データのデータサイズが予め定められた サイズで記録されていればよい。 また、 この実施例では処理対象データのデータ サイズより項目データの終りを特定できるようにしたが、 H TM L文書で使われ ているようにタグを使って、 項目データの始まりと終りとを特定できるようにし てもよい。
第 4図を参照して、 第 2図に示した管理情報領域の構成の一例を説明する。 管 理情報領域は、 管理情報領域であることを示す管理情報識別子と、 後述する書誌 情報領域以降のデータ領域 (領域 B 1 ) のデータサイズと、 書籍のタイ トル名お よび著者名などを記録する書誌情報領域と、 頁サイズおよび総頁数などを記録す る頁情報領域と、 コピーの許可 ·不許可の指定および著作権者を記録するコピー 許可情報領域などとからなる。
書誌情報領域は、 書誌情報領域であることを示す書誌情報領域識別子と、 後述 するタイ トル名文字列以降の領域 (領域 B 2 ) のデータサイズと、 書籍のタイ ト ル名文字列と、 著者名文字列などとからなる。
頁情報領域は、 頁情報領域であることを示す頁情報識別子と、 後述する頁 Xサ ィズ以降の領域 (領域 B 3 ) のデータサイズと、 各頁の X方向および Y方向のサ ィズ (頁 Xサイズおよび頁 Yサイズ) と、 総頁数などとからなる。
コピー許可情報領域は、 コピー許可情報領域であることを示すコピー許可情報 識別子と、 後述するコピー許可値以降の領域 (領域 B 4 ) のデータサイズと、 コ ピーを許可するか否かを指定をするためのコピー許可値と、 著作権者情報とから なる。 頁情報領域に設けられた頁 Xサイズおよび頁 Yサイズは、 各頁に仮想的に 設けられた頁の左上の頂点を原点とした座標系における、 頁右下の頂点の X座標 および Y座標をそれぞれ示す。
第 5図に示すように、 書籍データの各頁は、 文字データ、 画像データまたは動 画像データなどの要素データ (以下、 「オブジェク ト」 という) によって構成さ れる。 各頁は、 第 4図の頁情報領域に記録されている頁サイズを有する仮想的な 頁紙面上に、 各オブジェク トが配置されることによって構成される。 第 6図を参照して、 第 2図に示した頁データ領域の構成の一例を説明する。 頁 データ領域は、 頁データ領域であることを示す頁データ領域識別子と、 後述する 頁データ数以降の領域 (領域 B 1 ) のデータサイズと、 頁データの総数を表わす 頁データ数と、 各頁の頁データとからなる。
各頁の頁データは、 頁データであることを示す頁データ識別子と、 頁番号以降 の領域 (領域 B 2のバイ ト数) のデータサイズと、 この頁データの頁番号と、 こ の頁番号に貼り付けられたオブジェク ト数と、 各ォブジェク トのォブジェクトデ 一タを記憶するォブジェク トデータ領域とからなる。
オブジェク トデータ領域には、 様々な種類のオブジェクトデータが格納される。 たとえば、 第 7図を参照して、 文字データのオブジェク トデータは、 文字データ であることを示す文字データ識別子と、 以下に説明する処理対象となるデータの データサイズ (領域 Bのデータサイズ) と、 文字データを表示する領域を特定す る文字領域の左上および右下の座標 (文字領域始点 X座標、 文字領域始点 Y座標、 文字領域終点 X座標および文字領域終点 Y座標) と、 文字間隔と、 行間隔と、 文 字列の表示に用いるフォント種別と、 フォントサイズと、 文字列の色を指定する 文字色と、 背景色と、 文字列データとからなる。 このように、 処理対象データの データサイズが予めわかっているため、 電子書籍表示装置では、 順次オブジェク トデータを読込んで再生することができる。
第 8図を参照して、 画像データのオブジェク トデータは、 画像データであるこ とを示す画像データ識別子、 以下に説明する処理対象データのデータサイズ (領 域 Bのデータサイズ) 、 画像データの X方向のサイズ (画像 Xサイズ) 、 画像デ ータの Y方向のサイズ (画像 Yサイズ) 、 画像データが貼り付けられる位置を指 定する始点座標 (X) および始点座標 (Y) 、 画像データに用いられている画素 値と実際の画素濃度との対応表であるカラーテーブル、 ならびに画像データを含 む。
各ォブジェク トごとに、 第 7図または第 8図に示されるようなオブジェク トデ ータが用意され、 第 6図のオブジェク トデータ領域に記憶されている。
ここで、 書籍データの互換性を維持するため、 フォーマット管理組織が、 書籍 データのフォーマツトを管理しているものと想定する。 フォーマツト管理組織は、 フォーマットのバージョンごとに、 使用できる項目識別子 (項目識別子の具体 値) と、 その項目データの種類と、 項目データの格納形式と、 項目データの再生 方法とを管理する。 それとともに、 フォーマットの正式なバ一ジョンアップも行 なう。 フォーマツト管理組織によって認められた項目データ以外の項目データは、 すべて拡張機能に相当する。
この拡張機能に相当する項目データは以下のように書籍データに埋め込まれる。 たとえば、 現在のフォーマットのバージョンにおいては、 映像データを頁データ 領域内のオブジェク トとして利用することができないものとする。 このとき、 現 在のフォーマツトを拡張して映像データもオブジェク トとして取扱うためには、 現在のフォーマツトでは使用されていない項目識別子を用いて映像データのォブ ジェタ トデータを記述する。 すなわち、 第 9図を参照して、 映像データのォブジ ェク トデータは、 映像データであることを示す未使用の識別子と、 以下に示す処 理対象となるデータ (領域 Bのデータ) のデータサイズと、 映像データが貼り付 けられる位置 (映像情報始点座標 (X) および映像情報始点座標 (Y) ) と、 映 像データの圧縮方式と、 映像データとを含む。 このように、 拡張機能に相当する 項目データは、 現在使われていない項目識別子によって管理される。 拡張機能の 追加は、 フォーマツト管理組織が正式にフォーマツトのバージョンアップする場 合だけでなく、 書籍データの作成者によっても行なわれる。
上述のようにして新しい種類の項目データを追加できたとしても、 その項目デ ータを処理するプログラムがなければ項目データに対して処理を施すことができ ない。 そこで、 第 2図に示すように、 書籍データには、 項目データを処理するプ ログラムを格納するための添付プログラム領域が設けられている。
第 1 0図を参照して、 第 2図に示される添付プログラム領域の構成について説 明する。 添付プログラム領域は、 添付プログラム領域であることを示す添付プロ グラム領域識別子、 後述する添付プログラム数以降のデータの総サイズ (領域 B 1のサイズ) を示すデータサイズ、 添付するプログラム数、 およびそのプロダラ ム数分のプ口グラムデータ領域からなる。
各プログラムデータ領域は、 各プログラムのデータ領域を区別するためのプロ グラムデータ領域識別子、 後述する項目識別子以降のデータの総サイズ (領域 B 2のサイズ) を示すデータサイズ、 その添付プログラムが処理対象とする項目デ —タの項目識別子、 認証情報とそのサイズ、 このプログラムの作成者を特定可能 な作成者情報とそのサイズ、 プログラムのバージョン情報とそのサイズ、 および 処理対象とする項目データを処理するためのプログラムとを含む。 認証情報、 プ 口グラムの作成者情報およびバージョン情報は、 プログラムのメタ情報に相当す る。 ただしメタ情報にはこれ以外の項目が含まれていてもよい。
認証情報は、 そのプログラムをユーザに対して正規に配布してもよいとフォー マツト管理組織が判断したときに発行される文字列等の情報である。 認証情報は、 添付した書籍データのみならず、 他の書籍データ内の項目データに対してこのプ ログラムを実行しても不具合を引起こさない安全性の高いプログラムに対して発 行される。 認証情報には予め定められた認証文字列などをそのまま記入するよう にしてもよいが、 不正なプログラムが出回ることを防ぐため暗号化されていても よレ、。 たとえば、 書籍データのタイ トルなど、 書籍ごとに異なる文字列が暗号化 のキーとされ、 認証文字列が暗号化され、 認証情報の領域に格納されている内容 が書籍ごとに異なるようにしてもよレ、。 認証情報が正しく記録されているプログ ラムは、 後述するように電子書籍表示装置内部に格納され、 他の書籍データの処 理にも利用される場合がある。 なお、 書籍データの作成者が個人的に機能拡張し た場合など、 プログラムデータ領域に格納されたプログラムがフォーマツト管理 組織から配布の承認を受けていないプログラムの場合には、 認証情報領域には何 も記録されず、 認証情報サイズは 0とされる。 この場合、 添付されたプログラム は、 書籍データに添付された項目データの処理にのみ限定して用いられる。 その 項目データは、 添付プログラム領域の処理対象項目識別子に対応するデータであ る。 '
また、 添付プ口グラム領域に格納されるプロダラムの処理対象項目識別子は、 現在のフォーマットで正規に使用されている項目識別子であってもよい。 この場 合の処理対象項目識別子に対応付けられた項目データは、 基本的には装置内部の プログラムによって処理される。 しかし、 内部プログラムとは異なる処理をさせ たり、 内部プログラムよりも性能のよいプログラムによつて処理を行ないたレ、場 合には、 添付プログラム領域にその処理プログラムを添付することにより、 その 項目データに対しては、 添付された処理プログラムにより処理が行なわれる。 こ のように、 基本的には書籍データに添付されたプログラムの方が優先され、 実行 される。 この添付プログラム領域に添付されるプログラムの形態については特定 しないが、 どのような C P Uを積んだ電子書籍表示装置で書籍データが再生表示 されるかわからないため、 どのような C P Uでも処理可能なプログラムであるこ とが望ましい。 たとえば、 スクリプト言語で書かれたプログラムと力、 米国 Sun Microsystems社の開発した J A V A言語で書かれたプログラムなどをこの領域 に記録すればよい。 このとき、 電子書籍表示装置側には、 スクリプト言語や J A V A言語で書かれたプログラムを解釈して実行する手段が必要となり、 この手段 として外部プログラム実行部 1 0 7が設けられている。
第 1 1図を参照して、 電子書籍表示装置で動作するプログラムについて説明す る。 プログラムは、 各項目識別子ごとに所定の処理を実行する処理モジュールと、 各処理モジュールの呼出実行などを制御するメィンプログラムからなる。 各処理 モジュールは、 メインプログラムとは別のファイルとして、 プログラム格納部 1 0 2に格納されている。 先に述べたように、 項目データの中には、 その項目デー タの中にさらに別の項目データが存在するような階層関係が存在するものもある。 このため、 第 1 1図の識別子 Kの処理モジュールに示すように、 各処理モジユー ルはさらに別の処理モジュール (識別子 Sの処理モジュール) を呼出す場合もあ る。 なお、 本実施例のプログラムは、 この形態に限定されるものではなく、 各処 理モジュールが項目識別子ごとに分離可能な状態になっていればよく、 各処理モ ジュールとメインプログラムが 1つのファイルに統合されていてもよレ、。
なお、 項目識別子によっては処理を 1つの処理モジュールとして抽出すること ができない、 すなわち、 項目識別子と処理モジュールとが一対一に対応しないも のも存在する。 これは、 未知の処理モジュールに対して、 任意の引数の受け渡し や処理結果の受渡しができないことに起因する。 たとえば、 第 4図の頁情報領域 を処理するモジュールの場合、 解析した頁サイズ、 総頁数はメインプログラムや 他のモジュールで使用されることになる。 この処理結果をメインプログラムに引 き渡せなレ、場合には、 メインプロダラムゃ他のモジュールの処理ができなくなる。 このため、 頁情報領域を処理するモジュールを 1つの処理モジュールとして分割 することができない。 一方、 第 8図の画像データを処理する処理モジュールは、 第 8図に書かれている内容を解釈して表示する。 この処理モジュールの実行のた めに必要な情報は第 8図に示された内容以外にはなく、 処理結果が他の処理モジ ユールで利用されることもない。 このように閉じた処理しか行なわない場合には、 1つの処理モジュールとして分割できる。 このような分割可能なモジュールのみ を、 第 1 1図のように分割してプログラム格納部 1 0 2内の外部ファイルに記憶 し、 その他の分割不能なモジュールはメインプログラム内に埋め込むようにして もよい。 ただし、 モジュール間で引数や処理結果の受け渡しができる場合には、 第 1 1図に示すように項目識別子ごとの処理モジュールにすべて分割する方が望 ましい。
第 1 2図を参照して、 各項目識別子の処理モジュールに関するメタ情報はプロ グラム情報テーブルに格納される。 プログラム情報テーブルは、 プログラム格納 部 1 0 2に記録される。 プログラム情報テーブルには、 各項目識別子の処理モジ ユールごとに、 処理モジュールのファイル名、 作成者に関する作成者情報および 処理モジュールのバージョン情報が記録される。 このテーブルには電子書籍表示 装置が処理可能なすべての識別子に対応する処理モジュールのメタ情報が記録さ れ、 処理できない識別子に対応する処理モジュールに関するメタ情報は記録され ていない。 また、 メインプログラム内に埋め込まれていて分離されていない処理 モジュールの場合には、 処理モジュールのファイル名の欄に 「内蔵」 という文字 列が書込まれ、 メインプログラムに内蔵されていることがわかるようになつてい る。
電子書籍表示装置の再生表示処理方法について簡単に説明する。 まず電子書籍 表示装置の電源が投入されると、 書籍データのフォーマツト情報領域および管理 情報領域の内容が読込まれ、 頁データの表示処理が開始される。 先頭の頁から順 に表示されるものとし、 表示する頁に貼り付けられるすべてのオブジェク トデー タを読込み、 オブジェク トの種類に応じて各々再生処理を行なうことにより、 そ の頁の表示処理が行なわれる。 頁めく り指示部 1 0 6で頁めく りを指示されるた びに、 表示される頁の頁番号が更新され、 その頁に含まれるオブジェク トデータ が読込まれ、 オブジェク トの種類に応じた各頁の再生表示が行なわれる。 以上のようにして書籍データの再生および表示が行なわれるが、 書籍データの 各情報はすべて項目識別子、 処理対象デ一タのデータサイズぉよび処理対象デー タを 1組として記録されている。 このため、 電子書籍表示装置はすべてこの組単 位で処理を行なっている。
第 1 3図に示す項目データごとの処理手順を示したフローチャートを用いて、 電子書籍表示装置の動作について説明する。 ただし、 項目データの処理プログラ ムを 1つの処理モジュールとして分割できず、 メインプログラム内に融合されて いる場合には、 メインプログラムに従って処理がおこなわれ、 第 1 3図に示すよ うな処理は行なわれない。 なお、 本実施例では、 項目識別子ごとに用意されたプ ログラムを処理モジュールとしており、 書籍データの添付プログラムも 1つの処 理モジュ一ルである。
項目識別子が順次読込まれる (S 1 00) 。 書籍データの添付プログラム領域 が調べられ、 読込まれた項目識別子に関連付けられた項目データを処理対象とす る添付プログラムがあるか否かが調べられる (S 1 01) 。 処理対象とする添付 プログラムが見つかれば (S 1 01で YES) 、 プログラム格納部 1 02に格納 されている第 1 2図のようなプログラム情報テーブルが調べられ、 現在処理して レ、る項目識別子の処理モジュールに関するメタ情報が記録されているかどう力確 認される (S 1 02) 。 メタ情報が記録されていなければ (S 1 02で NO) 、 電子書籍表示装置の内部プログラムによつて処理することはできなレ、と判断し、 書籍データに添付されたプログラムによってこの項目データが処理される (S 1 05) 。 プログラム情報テーブル内にこの項目識別子の処理モジュールに関する メタ情報が記録されている場合には (S 102で YES) 、 プログラム情報テ一 ブル内の処理モジュールの作成者情報と、 第 10図の形式で格納された添付プロ グラムの作成者情報とが比較され、 同一の作成者か否かが判断される (S 10 3) 。 作成者情報が一致する場合には (S 103で YES) 、 両者のプログラム のバージョン情報が比較され、 新しい方のプログラムによってこの項目データの 処理が実行される。 一方、 作成者情報が異なる場合には (S 1 03で NO) 、 書 籍データに添付されたプログラムによってこの項目データの処理が実行される (S 1 05) 。 S 1 04または S 1 05の処理が終了した後、 後述するように、 特定の条件の下で電子書籍表示装置の内部プログラムの処理モジュールの一部が 添付されたプログラムによって置換えられ (S 109) 、 この項目データに対す る処理が終了する。
書籍データに処理対象とする添付プログラムがない場合には (S 101で N 〇) 、 S 1 02の処理と同様にして電子書籍表示装置の内部プログラムで、 その 項目データに対する処理が可能か否かが判断される (S 1 06) 。 処理可能と判 断された場合には (S 1 06で YES) 、 その項目データは内部プログラムによ つて処理される (S 1 07) 。 処理不可能と判断された場合には (S 1 06で N O) 、 その項目データに対する処理は行なわれず、 項目データに付加されている データサイズにしたがって、 その項目データが読み飛ばされる (S 108) 。 第 14図を参照して、 第 1 3図の S 109の処理モジュール置換え処理につい て説明する。 書籍データに添付されたプログラムに認証情報が記録されているか 否かが調べられる (S 200) 。 認証情報が記録されていなければ (S 200で NO) 、 プログラム格納部 1 02に記憶されているプログラムを置換することな く処理を終了する。 認証情報が記録されていれば (S 200で YES) 、 プログ ラム情報テーブルに処理対象としている項目識別子の処理モジュールに関するメ タ情報が記録されているか否かが調べられる (S 201) 。 メタ情報が記録され ていなければ (S 201で NO) 、 電子書籍表示装置内部にこの識別子に関する 処理モジュールがないと判断され、 添付プログラムが装置内部のプログラム格納 部 1 02にファイル名を付けて保存されるとともに、 添付プログラムに付加され たメタ情報が参照され、 プログラム情報テーブルに処理対象の識別子、 プログラ ムのファイル名、 作成者情報およびプログラムのバージョン情報が書込まれる (S 204) 。
プログラム情報テーブル内に処理対象としている項目識別子の処理モジュール に関するメタ情報が記録されていれば (S 201で YE S) 、 電子書籍表示装置 内部にこの識別子に関連する処理モジュールが記憶されていると判断され、 プロ グラム情報テ一ブル内に記録された、 この項目識別子に関連する処理モジュ一ル の作成者情報と、 書籍データに添付されたプログラムに付加された作成者情報と が比較される (S 202) 。 作成者情報が一致すれば (S 202で YES) 、 両 者のプログラムのバージョン情報を比較し、 新しい方を電子書籍表示装置内部に 残す (S 2 0 3 ) 。 すなわち、 書籍データに添付されたプログラムの方が新しけ れば、 この添付プログラムがプログラム格納部 1 0 2にフアイノレ名を付けて保存 され、 プログラム情報テーブル内のこの識別子の処理モジュールに関するメタ情 報のうち、 ファイル名およびバージョン情報が添付プログラムのメタ情報によつ て書換えられる。 プログラム情報テーブルを書換える際には、 もともとプロダラ ム格納部 1 0 2に記録されていた処理モジュールは、 消去してもしなくてもどち らでもかまわない。
作成者情報が一致しない場合には (S 2 0 2で N O) 、 ュ一ザに処理モジユー ルを置換えるか否かを問合せる (S 2 0 5 ) 。 ユーザが処理モジュールを置換え るように指示した場合には (S 2 0 2で Y E S ) 、 添付プログラムがプログラム 格納部 1 0 2にファイル名を付けて保存され、 プログラム情報テーブル内の該当 箇所のメタ情報が書換えられる (S 2 0 6 ) 。 S 2 0 3、 S 2 0 4および S 2 0 6の処理で処理モジュールが書換えられた後は、 更新後のプログラム情報テープ ルを参照して各項目データが処理される。 このため、 書換えたられた添付プログ ラムによって該当する項目データの処理が実行されることになる。
[第 2の実施例]
第 2の実施例に係る電子書籍表示装置は、 第 1の実施例に係る電子書籍表示装 置と同様のハードウェア構成をとる。 このため、 その説明は繰返さない。
第 2の実施例に係る電子書籍表示装置には、 添付プログラムの認証情報として 2種類の認証情報が用いられる。 1つめは、 添付したプログラムの実行を許可す ることを示す文字列等からなる再生承認情報であり、 2つめは、 添付したプログ ラムの実行と表示装置内部プログラムの置換えをともに許可することを示す文字 列などからなる置換承認情報である。 再生承認情報および置換承認情報はともに フォーマツト管理組織から発行される。 第 1 0図に示される認証情報領域に再生 承認情報が格納された添付プログラムは、 それが添付された書籍データ内の項目 データの再生のみに使用を制限される。 添付プログラムは、 それが添付された書 籍データ内の項目データだけを再生できればよいので、 プログラムのサイズが小 さくなり、 開発期間が短くてすみ、 開発時にバグが混入しにくくなるの利点があ る。
—方、 認証情報領域に置換承認情報が格納された添付プログラムは、 添付した 書籍データ内の項目データの再生だけでなく、 電子書籍表示装置内部のプログラ ムを置換えることによって、 他の書籍データ内の項目データの再生にも用いられ る。 したがって、 電子書籍表示装置内部の処理プログラムを更新することができ、 書籍データのフォーマットのバージョンアップにも柔軟に対応できる。 また、 こ れらの認証情報が記録されていないプログラムを実行するか否かの判断は、 電子 書籍表示装置を使用しているユーザに問合せることにより行われる。
その他の項目データのフォーマツトは、 第 1の実施例と同様であるため説明は 繰返さない。
第 1 5図を参照して、 各項目データごとの処理手順を示すフローチャートを用 いて、 電子書籍表示装置の動作について説明する。
S 300〜S 301の処理は、 第 1 3図の S 100〜S 1 01と同様であるた め、 説明は繰返さない。 現在処理対象としている項目データを処理するプログラ ムが書籍データに添付されている場合には (S 301で YES) 、 添付プロダラ ムに付加された認証情報領域が調べられ、 再生承認情報および置換承認情報のい ずれかが格納されているか否かが調べられる (S 302) 。 いずれかの認証情報 が格納されている場合には (S 302で YES) 、 S 304〜S 31 1の処理が 第 1 3図の S 1 02〜S 109の処理と同様にして行われる。
いずれの認証情報も格納されていない場合には (S 302で NO) 、 添付プロ グラムのメタ情報が表示部 1 05に表示され、 処理対象の項目データを添付プロ グラムで処理してよいかがユーザに問い合わされる (S 303) 。 ユーザが添付 プログラムによる処理を許可した場合には (S 303で YES) 、 S 304〜S 3 1 1の処理が実行される。
ユーザが添付プログラムにより処理を許可しなかった場合 (S 303でN〇) 、 または添付プログラムがなかった場合には (S 301で NO) 、 S 308〜S 3 1 0までの処理が、 第 1 3図の S 1 06〜S 108の処理と同様にして行なわれ る。 S 306、 S 307の処理の後、 S 3 1 1の置換処理が行なわれるが、 S 3 1 1の置換処理は第 14図を参照して説明した、 第 1の実施例の置換処理と同様 である。 このため、 説明は繰返さない。 本実施例では、 第 1の実施例と異なり、 再生処理に対しても認証情報をチェックするようにした。 このため、 添付プログ ラムの実行時の危険性をより減らすことができる。 ' 本発明によれば、 データに添付したプログラムによつて従来処理できなレ、デー タに対する処理を実行することができるようにした。 このため、 容易にこれまで にない新たな機能を追加することができる。
また、 データとプログラムとが一体となって配布される。 このため、 添付プロ グラムが処理対象とするデータの内容と実際のデータの内容との食レ、違いがなく なり、 プログラムの暴走などの不具合を防止できる。
さらに、 基本的には添付プログラムは添付されたデータを処理するためにだけ 用いられる。 このため、 データを処理するプログラムはより単純となり、 プログ ラムの開発期間を短縮することができ、 プログラム作成時のバグの混入を減らす ことができるようになる。
さらにまた、 認証情報の記録された安全なプログラムだけを装置内部に格納す るので、 信頼性の低いプログラムが組込まれる危険性が少なくなる。 産業上の利用可能性
以上のように、 本発明に係る電子書籍表示装置では、 データとデータを処理す るプログラムとが一体となって配布される。 このため、 データを処理する際の、 プログラムの暴走などの問題を防止することができ、 快適にデータを閲覧するの に適している。

Claims

請求の範囲
1 . 処理対象データと、 前記処理対象データの種類を示す識別子と、 少なくとも 1つの前記識別子に関連付けられ、 前記識別子に関連する前記処理対象データに 対して予め定められた処理を施すための添付プログラムとからなるデジタルデー タを読み込んで、 前記処理対象データに対して処理を施すデータ処理装置であつ て、
少なくとも 1つの前記識別子に関連付けられ、 前記処理対象データに対して予 め定められた処理を施すための処理モジュールを含む内部プログラムを記憶する ためのプログラム記憶手段と、
前記デジタルデータを読み込むためのデジタルデ一タ読込み手段と、 前記デジタルデ一タ読込み手段に接続され、 読み込まれた前記処理対象データ の前記識別子に関連する前記添付プログラムが前記デジタルデータ内に存在する か否かを判断するための添付プログラム有無判断手段と、
前記デジタルデータ読込み手段および前記プログラム記憶手段に接続され、 読 み込まれた前記処理対象データの前記識別子に対応した前記処理モジュールが前 記内部プログラム内に存在するか否かを判断するための処理モジユール有無判断 手段と、
前記添付プログラム有無判断手段、 前記処理モジュール有無判断手段、 前記デ ジタルデータ読込み手段および前記プログラム記憶手段に接続され、 前記添付プ 口グラム有無判断手段および前記処理モジュール有無判断手段のそれぞれの出力 に応じて、 前記添付プログラムおよび前記処理モジュールのレ、ずれか一方を用レ、 て、 前記処理対象データに処理を施すためのプロダラム選択実行手段とを含む、 データ処理装置。
2 . 前記添付プログラムおよび前記処理モジュールにはバージョン情報がそれぞ れ付されており、
前記デジタルデータ読込み手段および前記プログラム記憶手段に接続され、 前 記処理対象データの前記識別子にそれぞれ対応した、 前記添付プログラムおよび 前記処理モジュールのそれぞれのバージョン情報を比較するためのバージョン情 報比較手段をさらに含み、 前記プログラム選択実行手段は、 前記前記添付プログラム有無判断手段、 前記 処理モジュール有無判断手段、 前記バージョン情報比較手段、 前記デジタルデー タ読込み手段および前記プログラム記憶手段に接続され、 前記添付プログラム有 無判断手段、 前記処理モジュール有無判断手段および前記バージョン情報比較手 段のそれぞれの出力に応じて、 前記添付プログラムおよび前記処理モジュールの いずれか一方を用いて、 前記処理対象データに処理を施すための手段を含む、 請 求項 1に記載のデータ処理装置。
3 . 前記添付プログラムおよび前記処理モジュールには作成者情報がそれぞれ付 されており、
前記デジタルデータ読込み手段および前記プログラム記憶手段に接続され、 前 記処理対象データの前記識別子にそれぞれ対応した、 前記添付プログラムおよび 前記処理モジュールのそれぞれの作成者情報を比較するための作成者情報比較手 段をさらに含み、
前記プログラム選択実行手段は、 前記前記添付プログラム有無判断手段、 前記 処理モジュール有無判断手段、 前記作成者情報比較手段、 前記デジタルデータ読 込み手段および前記プログラム記憶手段に接続され、 前記添付プログラム有無判 断手段、 前記処理モジュール有無判断手段および前記作成者情報比較手段のそれ ぞれの出力に応じて、 前記添付プログラムおよび前記処理モジユールのレ、ずれか 一方を用いて、 前記処理対象データに処理を施すための手段を含む、 請求項 1に 記載のデータ処理装置。
4 . 前記添付プログラムおよび前記処理モジュールにはバ一ジョン情報がそれぞ れ付されており、
前記デジタルデータ読込み手段および前記プログラム記憶手段に接続され、 前 記処理対象データの前記識別子にそれぞれ関連する前記添付プログラムおよび前 記処理モジュールのそれぞれのバージョン情報を比較するためのバージョン情報 比較手段と、
前記バージョン情報比較手段、 前記デジタルデータ読込み手段および前記プロ グラム記憶手段に接続され、 前記バージョン情報比較手段の出力に応じて、 前記 内部プログラムの前記処理モジュールを前記添付プログラムで置換えるための処 理モジュール置換え手段とをさらに含む、 請求項 1に記載のデータ処理装置。
5 . 前記添付プログラムおよび前記処理モジュールには作成者情報がさらに付さ れており、
前記デジタルデータ読込み手段および前記プログラム記憶手段に接続され、 前 記処理対象データの前記識別子にそれぞれ対応した前記添付プログラムおよび前 記処理モジュールのそれぞれの作成者情報を比較し、 作成者が異なる場合には処 理モジュールの置換えをするか否かをユーザに問い合わせる作成者情報比較手段 をさらに含み、
前記処理モジュール置換え手段は、 前記バージョン情報比較手段、 前記作成者 情報比較手段、 前記デジタルデータ読込み手段および前記プログラム記憶手段に 接続され、 前記作成者情報比較手段および前記バージョン情報比較手段のそれぞ れの出力に応じて、 前記内部プログラムの処理モジュ一ルを前記添付プログラム で置換えるための手段を含む、 請求項 4に記載のデータ処理装置。
6 . 前記内部プログラムの前記処理モジュールを前記添付プログラムで置換える ことを許可する場合には、 前記添付プログラムに前記添付プログラムでの置換え を許可する置換え承認情報が付されており、
前記処理モジュール置換え手段は、
前記デジタルデータ読込み手段に接続され、 前記処理対象データの前記識別子 に対応した前記添付プログラムに前記置換え承認情報が付されているか否かを判 断するための置換え承認情報有無判断手段と、
前記置換え承認情報有無判断手段、 前記バージョン情報比較手段、 前記デジタ ルデータ読込み手段および前記プログラム記憶手段に接続され、 前記置換え承認 情報有無判断手段の出力および前記バージョン情報比較手段の出力に応じて、 前 記内部プログラムの前記処理モジュールを前記添付プログラムで置換えるための 手段とを含む、 請求項 4に記載のデータ処理装置。
7 . 前記添付プログラムでの処理を許可する場合には、 前記添付プログラムに前 記添付プログラムでの処理を許可する再生承認情報が付されており、
前記プログラム選択実行手段は、
前記デジタルデータ読込み手段に接続され、 前記処理対象データの前記識別子 に関連する前記添付プログラムに前記再生承認情報が付されているか否かを判断 するための再生承認情報有無判断手段と、
前記再生承認情報有無判断手段、 前記添付プログラム有無判断手段、 前記処理 モジュール有無判断手段、 前記デジタルデータ読込み手段および前記プログラム 記憶手段に接続され、 前記再生承認情報有無判断手段の出力ならびに前記添付プ ログラム有無判断手段および前記処理モジュール有無判断手段のそれぞれの出力 に応じて、 前記添付プログラムおよび前記内部プログラムのいずれか一方を用レ、 て、 前記処理対象データに処理を施すための手段とを含む、 請求項 1に記載のデ ータ処理装置。
8 . 少なくとも 1つの識別子に関連付けられ、 前記識別子に関連する処理対象デ —タに対して予め定められた処理を施すための処理モジュールを有し、 かつ前記 処理対象データと、 前記処理対象データの種類を示す前記識別子と、 少なくとも 1つの前記識別子に関連付けられ、 前記識別子に関連する前記処理対象データに 対して予め定められた処理を施すための添付プログラムとからなるデジタルデー タを読み込んで、 前記処理対象データに対して、 前記処理モジュールまたは前記 添付プログラムのいずれかを用いて処理を施すデータ処理装置のデータ処理方法 であって、
前記デジタルデータを読み込むステップと、
読み込まれた前記処理対象データの前記識別子に関連する前記添付プログラム が前記デジタルデータ内に存在するか否かを判断するステップと、
前記デジタルデ一タ内に、 前記処理対象データの前記識別子に関連する前記添 付プログラムが存在する場合には、 前記処理対象データに対して、 前記添付プロ グラムを用いて処理を施すステップと、
前記デジタルデータ内に、 前記処理対象データの前記識別子に関連する前記添 付プログラムが存在しない場合には、 前記内部プログラム内に、 前記処理対象デ ータの前記識別子に関連する前記処理モジュールが存在するか否かを調べ、 前記 処理モジュールが存在する場合には、 前記処理対象データに対して、 前記処理モ ジュールを用いて処理を施すステップとを含む、 データ処理方法。
9 . 前記添付プログラムおよび前記処理モジュールにはバージョン情報がそれぞ れ付されており、
前記処理データに対して、 前記添付プログラムを用いて処理を施す前記ステツ プは、
前記内部プログラム内に、 前記処理対象データの前記識別子に関連する前記処 理モジュールが存在するか否かを調べるステツプと、
前記処理対象データの前記識別子に関連する前記処理モジュールが存在する場 合には、 前記添付プログラムおよび前記処理モジュールのうち、 前記バージョン 情報が新しい方を用いて、 前記処理対象データに対して処理を施すステップと、 前記処理対象データの前記識別子に関連する前記処理モジュールが存在しない 場合には、 前記添付プログラムを用いて、 前記処理対象データに対して処理を施 すステップとを含む、 請求項 8に記載のデータ処理方法。
1 0 . 前記添付プログラムおよび前記処理モジュールの各々には、 作成者情報お よびバージョン情報が付されており、
前記処理データに対して、 前記添付プログラムを用いて処理を施す前記ステッ プは、
前記内部プログラム内に、 前記処理対象データの前記識別子に関連する前記処 理モジュールが存在するか否かを調べるステップと、
前記処理対象データの前記識別子に関連する前記処理モジュールが存在する場 合に、 前記処理対象データの前記識別子にそれぞれ関連する前記添付プログラム および前記処理モジュールのそれぞれの前記作成者情報が一致するか否かを調べ るステップと、
前記作成者情報が厂致する場合には、 前記添付プログラムおよび前記処理モジ ュ一ルのうち、 前記バージョン情報が新しい方を用いて、 前記処理対象データに 対して処理を施すステップと、
前記作成者情報が一致しない場合または前記処理モジュールが存在しない場合 には、 前記添付プログラムを用いて、 前記処理対象データに対して処理を施すス テツプとを含む、 請求項 8に記載のデータ処理方法。
1 1 . 前記添付プログラムおよび前記処理モジュールにはバージョン情報がそれ ぞれ付されており、 前記処理対象デ一タに対して、 前記添付プログラムを用いて処理を施す前記ス テツプは、
前記デジタルデータ内に、 前記処理対象データの前記識別子に関連する前記添 付プログラムが存在する場合には、 前記処理対象データに対して、 前記添付プロ グラムを用いて処理を施し、 前記処理対象データの前記識別子に関連する前記処 理モジュールが存在するか否かを調べるステップと、
前記処理モジュールが存在する場合に、 前記処理対象データの前記識別子にそ れぞれ関連する前記添付プログラムおよび前記処理モジュールのそれぞれのバ一 ジョン情報を比較するステップと、
前記添付プログラムのバージョン情報の方が新しければ、 前記内部プログラム 内の前記処理モジュールを前記添付プログラムで置換えるステップとを含む、 請 求項 8に記載のデータ処理方法。
1 2 . 前記処理対象データに対して、 前記添付プログラムを用いて処理を施す前 記ステップは、 前記処理モジュールが存在しなければ、 前記内部プログラム内に 前記添付プログラムを付加するステップをさらに含む、 請求項 1 1に記載のデー タ処理方法。
1 3 . 前記内部プログラムの前記処理モジュールを前記添付プログラムで置換え ることを許可する場合には、 前記添付プログラムに前記添付プログラムでの置換 えを許可する置換え承認情報が付されており、
前記添付プログラムおよび前記処理モジュールのそれぞれのパージョン情報を 比較する前記ステップは、
前記添付プログラムに置換え認証情報が付されているか否かを判断するステツ プと、
前記添付プログラムに置換え認証情報が付されている場合に、 前記処理対象デ ータの前記識別子にそれぞれ関連する前記添付プログラムおよび前記処理モジュ ールのそれぞれのバージョン情報を比較するステップとを含み、
前記内部プログラム内の前記処理モジュールを前記添付プログラムで置換える 前記ステップは、 前記添付プログラムに前記置換え承認情報が付されており、 か つ前記添付プログラムのバ一ジョン情報の方が新しければ、 前記内部プログラム 内の前記処理モジュールを前記添付プログラムで置換えるステップを含む、 請求 項 1 1に記載のデータ処理方法。
1 4 . 前記添付プログラムおよび前記処理モジュールには作成者情報がそれぞれ 付されており、
前記処理対象データに対して、 前記添付プログラムを用いて処理を施す前記ス テツプは、
前記デジタルデータ内に、 前記処理対象データの前記識別子に関連する前記添 付プログラムが存在する場合には、 前記処理対象データに対して、 前記添付プロ グラムを用いて処理を施し、 前記処理対象データの前記識別子に関連する前記処 理モジュールが存在するか否かを調べるステップと、
前記処理モジュールが存在する場合に、 前記処理対象データの前記識別子にそ れぞれ関連する前記添付プログラムおよび前記処理モジュールのそれぞれの作成 者情報を比較するステップと、
前記作成者情報が等しければ、 予め定められた選択方法に従い前記添付プログ ラムおよび前記処理モジュールの一方を選択し、 前記内部プログラムに内蔵する 前記作成者情報が等しくなければ、 前記内部プログラム内の前記処理モジユー ルを前記添付プログラムで置換えるステップとを含む、 請求項 8に記載のデータ 処理方法。
1 5 . 前記前記処理対象データに対して、 前記添付プログラムを用いて処理を施 す前記ステップは、 前記処理モジュールが存在しなければ、 前記内部プログラム 内に前記添付プログラムを付加するステップをさらに含む、 請求項 1 4に記載の データ処理方法。
1 6 . 前記内部プログラムの前記処理モジュールを前記添付プログラムで置換え ることを許可する場合には、 前記添付プログラムに前記添付プログラムでの置換 えを許可する置換え承認情報が付されており、
前記添付プログラムおよび前記処理モジュールのそれぞれの作成者情報を比較 する前記ステップは、
前記添付プログラムに置換え認証情報が付されているか否かを判断するステツ プと、
前記添付プログラムに置換え認証情報が付されている場合に、 前記処理対象デ —タの前記識別子にそれぞれ関連する前記添付プログラムおよび前記処理モジュ ールのそれぞれの作成者情報を比較するステップとを含み、
前記内部プログラム内の前記処理モジュールを前記添付プログラムで置換える 前記ステップは、 前記添付プログラムに前記置換え承認情報が付されており、 か つ前記添付プログラムの作成者情報と前記処理モジュールの作成者情報とが等し くなければ、 前記内部プログラム内の前記処理モジュールを前記添付プログラム で置換えるステップを含む、 請求項 1 4に記載のデータ処理方法。
1 7 . 前記添付プログラムでの処理を許可する場合には、 前記添付プログラムに 前記添付プログラムでの処理を許可する再生承認情報が付されており、
前記処理対象データに対して、 前記添付プログラムを用いて処理を施すステッ プは、
前記処理対象データの前記識別子に関連する前記添付プログラムに前記再生承 認情報が付されているか否かを判断するステップと、
前記再生承認情報が付されている場合にのみ、 前記処理対象データに対して、 前記添付プログラムを用いて処理を施すステップとを含む、 請求項 8に記載のデ ータ処理方法。
PCT/JP1999/002109 1998-04-28 1999-04-21 Procede et dispositif pour le traitement de donnees WO1999056204A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/674,197 US6701331B1 (en) 1998-04-28 1999-04-21 Data processing device and method of processing data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP10/117956 1998-04-28
JP11795698A JP3586560B2 (ja) 1998-04-28 1998-04-28 データ処理装置

Publications (1)

Publication Number Publication Date
WO1999056204A1 true WO1999056204A1 (fr) 1999-11-04

Family

ID=14724413

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1999/002109 WO1999056204A1 (fr) 1998-04-28 1999-04-21 Procede et dispositif pour le traitement de donnees

Country Status (3)

Country Link
US (1) US6701331B1 (ja)
JP (1) JP3586560B2 (ja)
WO (1) WO1999056204A1 (ja)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001325094A (ja) * 2000-05-17 2001-11-22 Sharp Corp スクリプト開発装置および、コンピュータを、スクリプト開発装置として動作させるためのプログラムを記録したコンピュータ読取可能な記録媒体
JP4335492B2 (ja) 2002-03-05 2009-09-30 キヤノン株式会社 動画像管理方法及び装置
JP4906274B2 (ja) * 2005-05-20 2012-03-28 日本放送協会 メタデータ統合装置及びメタデータ統合プログラム
KR100772407B1 (ko) * 2006-05-04 2007-11-01 삼성전자주식회사 임베디드 디스플레이 시스템 및 방법
US7719876B2 (en) 2008-07-31 2010-05-18 Unity Semiconductor Corporation Preservation circuit and methods to maintain values representing data in one or more layers of memory
JP4853550B2 (ja) 2009-06-24 2012-01-11 コニカミノルタビジネステクノロジーズ株式会社 画像形成システム及びプリンタドライバ

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0989581A (ja) * 1995-09-27 1997-04-04 Aisin Aw Co Ltd ナビゲーション装置
JPH1027106A (ja) * 1995-10-23 1998-01-27 Sun Microsyst Inc ネットワークにわたる組込み型アプリケーションの伝送用システム
JPH1091427A (ja) * 1996-06-11 1998-04-10 Internatl Business Mach Corp <Ibm> 署名入り内容の使用の安全を保証する方法及びシステム

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA1337132C (en) * 1988-07-15 1995-09-26 Robert Filepp Reception system for an interactive computer network and method of operation
JPH04278262A (ja) 1991-03-05 1992-10-02 Sony Corp ディジタル信号記録再生装置
JPH05108439A (ja) * 1991-10-14 1993-04-30 Matsushita Electric Ind Co Ltd プログラム起動方式
JPH05313874A (ja) * 1992-05-06 1993-11-26 Nec Corp 共通コマンドによるエディタ起動方式
JP3483904B2 (ja) * 1992-10-21 2004-01-06 株式会社ジャストシステム 情報処理方法及び装置
JPH07262222A (ja) * 1994-03-20 1995-10-13 Pfu Ltd 情報統合化装置
JP3679427B2 (ja) * 1994-03-28 2005-08-03 キヤノン株式会社 マルチメディア文書編集方法および装置
JP3463963B2 (ja) * 1994-04-28 2003-11-05 日本電信電話株式会社 ソフトウェア解析保護方法
JPH07319901A (ja) * 1994-05-23 1995-12-08 Ii D Kontoraibu Kk 画像データベースを利用した希望ジョブ実行方法
JPH0836519A (ja) 1994-07-26 1996-02-06 Canon Inc 情報処理方法及び装置
JPH08166967A (ja) * 1994-12-15 1996-06-25 Matsushita Electric Ind Co Ltd 情報再生装置と情報編集装置
JP3311540B2 (ja) * 1995-04-28 2002-08-05 富士ゼロックス株式会社 データ管理システム
JPH1049354A (ja) * 1996-08-05 1998-02-20 Fuji Xerox Co Ltd 情報処理システム
JPH10133922A (ja) * 1996-10-31 1998-05-22 Toshiba Corp 文書作成装置及び同装置の文書ファイル処理方法
JPH10254754A (ja) * 1997-03-07 1998-09-25 Mitsubishi Electric Corp 情報記録再生装置
US5974085A (en) * 1998-04-17 1999-10-26 Motorola, Inc. Wireless modem and method therefor for routing data to an application or to storage

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0989581A (ja) * 1995-09-27 1997-04-04 Aisin Aw Co Ltd ナビゲーション装置
JPH1027106A (ja) * 1995-10-23 1998-01-27 Sun Microsyst Inc ネットワークにわたる組込み型アプリケーションの伝送用システム
JPH1091427A (ja) * 1996-06-11 1998-04-10 Internatl Business Mach Corp <Ibm> 署名入り内容の使用の安全を保証する方法及びシステム

Also Published As

Publication number Publication date
JP3586560B2 (ja) 2004-11-10
US6701331B1 (en) 2004-03-02
JPH11312081A (ja) 1999-11-09

Similar Documents

Publication Publication Date Title
US20060080603A1 (en) Method and apparatus for utilizing an object model to manage document parts for use in an electronic document
CN100576205C (zh) 软件应用程序文档的数据存储
CN102722364B (zh) 用于用户界面的基于标记的可扩展性
US8219914B2 (en) Systems and methods for generating personalized dynamic presentations from non-personalized presentation structures and contents
CN101719077B (zh) 在.Net程序中注入代码的方法和装置
EP1818835A1 (en) Document processing device, and document processing method
TW200305873A (en) Information storage medium on which interactive contents version information is recorded, recording method, and reproducing method
JP2000148504A (ja) 情報処理装置及び方法並びに記録媒体
WO2001013267A1 (fr) Contenu de livres electroniques, support sur lequel est enregistre le contenu des livres electroniques, emetteur de livres electroniques et affichage de livres electroniques
EP1816586A1 (en) Data processing system, data processing method, and management server
EP1081574B1 (en) Copyrighted data processing method and apparatus
WO2006103752A1 (ja) 文書のコピーを制御する方法
WO1999056204A1 (fr) Procede et dispositif pour le traitement de donnees
Harris et al. Bento Specification
CN101714389B (zh) 记录再现装置和文件存取方法
EP1826682A1 (en) Document managing device and document managing method
US7958056B2 (en) Content data creating device, control method thereof, program for creating content data, and content data display device
US7404083B2 (en) Image signal analysis for watermark detection and decoding
JP2005190458A (ja) 機能付き電子ドキュメントの提供方法、そのプログラム、その装置及びシステム
JPS5998362A (ja) メモリカセツトの識別装置
Bott et al. Windows 7 inside out
JP2010033677A (ja) 記録媒体、データ記録方法、コンテンツ再生方法、および電子機器
JP4281066B2 (ja) デジタルコンテンツデータ処理装置およびプログラム
JPH1021132A (ja) 実行ファイルのファイル属性管理方式
CN114281257A (zh) 一种光盘文件的快速预览方法、计算设备及存储介质

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CA CN ID KR SG US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 09674197

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: KR

122 Ep: pct application non-entry in european phase