CN102955780A - Method and system for file creation and access - Google Patents

Method and system for file creation and access Download PDF

Info

Publication number
CN102955780A
CN102955780A CN2011102390198A CN201110239019A CN102955780A CN 102955780 A CN102955780 A CN 102955780A CN 2011102390198 A CN2011102390198 A CN 2011102390198A CN 201110239019 A CN201110239019 A CN 201110239019A CN 102955780 A CN102955780 A CN 102955780A
Authority
CN
China
Prior art keywords
file
downloaded
temporary
unit
data
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
CN2011102390198A
Other languages
Chinese (zh)
Inventor
张克东
王羲桀
江少明
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.)
SHENZHEN YUNFAN CENTURY TECHNOLOGY Co Ltd
Original Assignee
Shenzhen QVOD Technology Co 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 Shenzhen QVOD Technology Co Ltd filed Critical Shenzhen QVOD Technology Co Ltd
Priority to CN2011102390198A priority Critical patent/CN102955780A/en
Publication of CN102955780A publication Critical patent/CN102955780A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a system for file creation and access. The method for file creation includes following steps: creating a first file which is used for a to-be-downloaded file, obtaining end data of the to-be-downloaded file, judging whether the to-be-downloaded file is a large file or not, if not, sequentially writing the to-be-downloaded file in the first file, and if yes, creating a temporary file, writing the end data in the temporary file and sequentially downloading the to-be-downloaded file into the first file, and when the end data are downloaded, data in the temporary file can be directly merged, and the temporary file can be deleted simultaneously. During creation of the large file, the large file can be quickly accessed, so that waiting time is reduced for users.

Description

Method and system for creating and accessing file
Technical Field
The invention relates to the field of file creation, in particular to a file creation and access method and a file creation and access system capable of quickly accessing files in the file creation process.
Background
When video is played, because indexes of files are needed when video files are played or the video files are dragged to a certain playing position, and indexes of files with most formats are all at the tail position of the files, in the prior art, obtaining tail data of the files is equivalent to writing out the whole files in sequence, and for larger files, the time spent on writing the whole files to obtain index information is long. Therefore, when a file is created in the on-demand process, it takes a long time to acquire only the index data at the end of the file, and the larger the file is, the longer the time is, especially on an embedded device with limited CPU performance, the longer the time is, which results in long waiting time for a user, and this is an intolerable waiting time for the user of the on-line playing.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method and a system for creating and accessing a file, which can quickly access a larger file being created, aiming at the defects that in the prior art, when the file is accessed in the process of creating the larger file, the time spent by a client for obtaining the index information of the file is longer, so that the user has long waiting time and poor use experience.
The technical scheme adopted by the invention for solving the technical problems is as follows:
there is provided a method of file creation comprising the steps of:
creating a first file, wherein the first file is used for storing a file to be downloaded;
acquiring tail data of the file to be downloaded;
judging whether the file to be downloaded is a large file, if not, writing the file to be downloaded into the first file in sequence;
and if the file to be downloaded is a large file, creating a temporary file, writing the tail data into the temporary file, and sequentially downloading the file to be downloaded to the first file.
In the file creating method, when the data is downloaded to the tail data, the data in the temporary file is directly merged, and the temporary file is deleted.
In the file creating method of the present invention, the reference values of the sizes of the large file and the temporary file can be set according to the actual needs of the user.
The other technical scheme adopted by the invention for solving the technical problem is as follows:
a method for accessing files in a file creating process is provided, which comprises the following steps:
acquiring request information of a user for requesting to access a first file, wherein the first file is used for storing a file to be downloaded;
judging whether the file to be downloaded is a large file or not, and if not, directly reading the first file; if yes, further judging whether the downloading operation of the first file is finished;
if the downloading operation is finished, directly reading the first file; if the downloading operation is not finished, further judging whether the index information is at the end of the first file;
and if the index information is at the end of the first file, directly accessing a temporary file, wherein the temporary file is used for storing index data at the end of the file to be downloaded.
In the method for accessing the file in the file creating process, if the index information is not at the end of the first file, the first file is directly read.
The third technical scheme adopted by the invention for solving the technical problems is as follows:
constructing a file creation system comprising:
a first file creating unit for creating a first file; the first file is used for storing a file to be downloaded;
a last data acquiring unit, configured to acquire last data of the file to be downloaded;
the judging unit is used for judging whether the file to be downloaded is a large file;
the temporary file creating unit is used for creating a temporary file when the file to be downloaded is a large file;
the downloading unit is used for writing the files to be downloaded into the first file in sequence when the files to be downloaded are small files; or, when the file to be downloaded is a large file, the end data is written into the temporary file first, and then the file to be downloaded is sequentially downloaded to the first file.
In the file creating system of the present invention, the downloading unit is further configured to directly merge the data in the temporary file into the first file when downloading the last data of the large file;
the system also comprises a temporary file deleting unit which is used for deleting the temporary file after the downloading unit merges the data in the temporary file into the first file.
In the file creating system of the present invention, the reference values of the sizes of the large file and the temporary file are set according to the actual needs of the user.
The fourth technical scheme adopted by the invention for solving the technical problems is as follows:
a system for accessing files in a file creation process is constructed, and comprises:
the device comprises a request information acquisition unit, a download unit and a download unit, wherein the request information acquisition unit is used for acquiring request information of a user for requesting to access a first file, and the first file is used for storing a file to be downloaded;
the first judging unit is used for judging whether the file to be downloaded is a large file;
a second judging unit, configured to further judge whether the downloading operation of the first file is completed when the first judging unit judges that the file to be downloaded is a large file;
a first file reading unit, configured to directly read the first file when the determination result of the first determining unit is that the file to be downloaded is not a large file, or when the determination result of the second determining unit is that the downloading operation of the file to be downloaded is completed;
a third determining unit, configured to further determine whether index information is at the end of the first file when a determination result of the second determining unit is that the downloading operation of the first file is not completed;
and the temporary file reading unit is used for directly reading the temporary file when the judgment result of the third judging unit is that the index information is at the end of the first file, and the temporary file is used for storing the end data of the file to be downloaded.
In the system for accessing a file in the file creating process of the present invention, the first file reading unit is further configured to directly read the first file when the judgment result of the third judging unit is that the index information is not at the end of the first file.
The fifth technical scheme adopted by the invention for solving the technical problems is as follows:
an overall system for file creation and access is constructed, including the file creation system described above and the system for accessing files during file creation.
The invention has the following beneficial effects: in the invention, in the file creating process, if the file to be downloaded is a large file, a temporary file is established for storing the tail data of the file to be downloaded, and when the video file is accessed in the downloading process, the temporary file can be directly accessed first, because the index data of the general video file is at the tail of the file, the index file can be quickly found, the video file is played and dragged to a certain playing position, and the waiting time of a user is reduced.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a method of file creation according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method for accessing files during file creation according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a system for file creation according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a system for accessing a file in a file creation process according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, the method for creating a file according to an embodiment of the present invention includes the following steps:
s101, creating a first file, wherein the first file is used for storing a file to be downloaded; in this embodiment, taking video on demand as an example, when a user sends an on demand request during video on demand, the system starts to create a file for storing a video file to be downloaded;
s102, acquiring tail data of a file to be downloaded; the index information of a general video file is at the tail of the file, before downloading the file, the tail data of the file to be downloaded can be acquired firstly, and can be temporarily stored in a memory of a system and not written into a hard disk temporarily; the size of the last data of the file to be downloaded can be set to different values according to the requirement, and the size of the index information of the video file generally does not exceed 2 Mbytes, so that the data of 2 Mbytes at the end of the file to be downloaded can be generally obtained.
S103, judging whether the file to be downloaded is a large file; after the system establishes the download link through the network according to the request of the user, a file for storing the download information is generally established, the file comprises the information such as the size of the file to be downloaded, and the size of the file to be downloaded can be judged according to the content in the file. Setting a reference value for comparison can be realized, for example, 100M, 200M, etc. can be set according to needs. Generally, a file with more than 100 megabytes can be regarded as a large file, and if the reference value can be set to be 100M, the file to be downloaded is regarded as the large file when the file to be downloaded is more than 100M; when the file to be downloaded is less than 100M, the file is considered to be a small file.
S104, if the file to be downloaded is a small file, sequentially writing the file to be downloaded into a first file; that is, if the file is a small file, the file to be downloaded is sequentially written into the created file according to the normal downloading sequence, as in the first file in this embodiment, because the file is not large, even if the index information is at the end, the index information of the file can be quickly acquired.
And S105, if the file to be downloaded is a large file, creating a temporary file, and writing the tail data into the temporary file, wherein the size of the temporary file generally does not exceed 2 megabytes, which is based on the size of the index information of the video file, and the size of the temporary file in the embodiment is 2M, that is, the tail data of the file to be downloaded, namely 2M, can be stored. The optimized large file can be created by creating the temporary file, when a user requests to access the video file, if the video file is large, the index information of the video file can be quickly obtained by firstly obtaining the temporary file, and therefore the video file can be quickly and directly played or dragged to a certain playing position in the downloading process.
S106, after writing the tail data into the temporary file, sequentially downloading the file to be downloaded to the first file;
s107, directly combining the data in the temporary file when the tail data is downloaded;
further, the method for creating a file according to the embodiment of the present invention further includes step S108, after the file downloading operation is completed, the temporary file may be deleted, so as to save the storage space.
As shown in fig. 3, the file creating system according to the embodiment of the present invention mainly includes a first file creating unit 10, a first file 20, an end data obtaining unit 30, a judging unit 40, a downloading unit 50, a temporary file creating unit 60, a temporary file 70, and a temporary file deleting unit 80. Wherein,
a first file creating unit 10, configured to create a first file 20, where the first file 20 is used to store a file to be downloaded; still taking video on demand as an example, when a user sends an on demand request during video on demand, the file creation system starts to create a first file for storing a video file to be downloaded.
A last data acquiring unit 30 for acquiring last data of the file to be downloaded; the last data is generally retrieved no more than 2 mbytes.
A judging unit 40, configured to judge whether a file to be downloaded is a large file; after establishing a download link through a network according to a user's request on demand, a general file creation system establishes a file for storing download information, the file includes information such as the size of the file to be downloaded, and the size of the file to be downloaded can be determined according to the content in the file. Typically files above 100 megabytes can be considered large files.
The temporary file creating unit 60 is configured to create a temporary file 70 when the file to be downloaded is a large file, and write the last data into the temporary file 70 through the downloading unit 50, where the size of the temporary file 70 generally does not exceed 2 mbytes; when a user requests to access a video file, if the video file is large, the index information of the video file can be quickly acquired by acquiring the temporary file 70, so that the video file can be quickly and directly played or dragged to a certain playing position in the downloading process.
A downloading unit 50, configured to, when the determination result of the determining unit 40 is that the file to be downloaded is a small file, sequentially write the files to be downloaded into the first file 20; or, when the judgment unit 40 judges that the file to be downloaded is a large file, the last data is written into the temporary file 70, and then the file to be downloaded is sequentially downloaded to the first file 20.
Further, in the file creating system according to the embodiment of the present invention, the downloading unit 50 is further configured to directly merge the data in the temporary file 70 into the first file 20 when downloading the last data of the large file; the system further comprises a temporary file deleting unit 80, configured to delete the temporary file 70 after the downloading unit 50 merges the data in the temporary file 70 into the first file 20, because after the downloading of the file to be downloaded is completed, the user can directly perform the video on demand locally, the response speed is fast, and the access speed is increased without using the temporary file 70. Deleting the temporary file 70 can clean up the storage space in time.
The embodiment mainly describes the process of file creation and storage optimization by taking a large file as an example, and is used for explaining the basic principle of the invention and showing the technical effect of obviously improving the user experience. In theory, the method can be used for optimizing the downloading of files with any size.
As shown in fig. 2, the method for accessing a file in a file creation process according to an embodiment of the present invention mainly includes the following steps:
s201, acquiring request information of a user for requesting to access a first file, wherein the first file is used for storing a file to be downloaded; also taking video on demand as an example, the first file is consistent with the above first file, i.e. the video file that the user wants to request.
S202, judging whether the file to be downloaded is a large file; generally, a file with more than 100 megabytes can be regarded as a large file, and how to determine whether the file to be downloaded is the large file has been described in the above embodiments, and details are not repeated here.
S203, if the file to be downloaded is not a large file, directly reading the first file;
s204, if the file to be downloaded is a large file, further judging whether the downloading operation of the first file is finished; if the downloading operation is completed, directly reading the first file, namely entering into step S203;
s205, if the downloading operation is not finished, further judging whether the index information is at the end of the first file; generally, different players can play files in the same format, and the index information of the file is either at the head of the playing file or at the tail of the playing file, so that whether the index information is at the head or the end of the playing file can be judged.
S206, if the index information is not at the end of the first file, directly reading the first file, namely, entering to execute the step S203, wherein the index information which is not the file and is stored in the temporary file in this case is obtained by directly reading the downloaded file header of the first file; if the index information is at the end of the first file, directly accessing a temporary file (the temporary file is the same as the above temporary file, and detailed description is not expanded herein), wherein the temporary file is used for storing index data at the end of the file to be downloaded; the index information of the large file is acquired by accessing the temporary file, so that the waiting time of a user can be greatly reduced, the video file can be smoothly watched while downloading, or the video file is dragged to a certain playing position, and the user experience is improved.
As shown in fig. 4, the system for accessing files in the file creation process according to the embodiment of the present invention mainly includes: a request information acquisition unit 21, a first judgment unit 22, a second judgment unit 23, a first file reading unit 24, a third judgment unit 25, and a temporary file reading unit 26; wherein,
a request information obtaining unit 21, configured to obtain request information for requesting a user to access a first file, where the first file is used to store a file to be downloaded;
the first determining unit 22 is configured to determine whether a file to be downloaded is a large file, where a file with more than 100 megabytes can be regarded as a large file, and how to determine the large file is described in detail above, which is not described herein again;
a second judging unit 23, configured to further judge whether the downloading operation of the first file is completed when the first judging unit 22 judges that the file to be downloaded is a large file;
a first file reading unit 24, configured to directly read the first file when the determination result of the first determining unit 22 is that the file to be downloaded is not the large file, or when the determination result of the second determining unit 23 is that the downloading operation of the file to be downloaded has been completed;
a third judging unit 25, configured to further judge whether the index information is at the end of the first file when the judgment result of the second judging unit 23 is that the downloading operation of the first file is not completed; generally, different players can play files in the same format, and the index information of the file is either at the head of the playing file or at the tail of the playing file, so that whether the index information is at the head or the end of the playing file can be judged.
A temporary file reading unit 26, configured to, when the judgment result of the third judging unit 25 is that the index information is at the end of the first file, directly read a temporary file (where the temporary file is the same as the above temporary file, and detailed description is not given here), where the temporary file is used to store the end data of the file to be downloaded. The index information of the large file is acquired by accessing the temporary file, so that the waiting time of a user can be greatly reduced, the video file can be smoothly watched while downloading, or the video file is dragged to a certain playing position, and the user experience is improved.
Further, the first file reading unit 24 is also configured to directly read the first file when the judgment result of the third judging unit 25 is that the index information is not at the end of the first file.
The embodiment of the invention also provides a total system for file creation and access, which comprises the file creation system and the system for accessing the file in the file creation process in the embodiment. The specific structure of the file creation system and the system for accessing the file in the file creation process are not described herein again, and reference may be made to the above-described embodiments.
In the invention, in the process of creating the first file, if the file to be downloaded is a large file, a temporary file is established for storing the tail data of the file to be downloaded, and when the video file is accessed in the downloading process, the temporary file can be directly accessed first, because the index data of the general video file is at the tail of the file, the index file can be quickly found, the video file is played and dragged to a certain playing position, and the waiting time of a user is reduced.
It will be understood that modifications and variations can be made by persons skilled in the art in light of the above teachings and all such modifications and variations are intended to be included within the scope of the invention as defined in the appended claims.

Claims (10)

1. A method of file creation, comprising the steps of:
creating a first file, wherein the first file is used for storing a file to be downloaded;
acquiring tail data of the file to be downloaded;
judging whether the file to be downloaded is a large file, if not, writing the file to be downloaded into the first file in sequence;
and if the file to be downloaded is a large file, creating a temporary file, writing the tail data into the temporary file, and sequentially downloading the file to be downloaded to the first file.
2. The method for creating a file according to claim 1, wherein when the first file is downloaded to the end data of the file to be downloaded, the data in the temporary file is directly merged and the temporary file is deleted.
3. The method of claim 1, wherein the reference values of the sizes of the large file and the temporary file are set according to actual needs of a user.
4. A method for accessing files in a file creation process is characterized by comprising the following steps:
acquiring request information of a user for requesting to access a first file, wherein the first file is used for storing a file to be downloaded;
judging whether the file to be downloaded is a large file or not, and if not, directly reading the first file; if yes, further judging whether the downloading operation of the first file is finished;
if the downloading operation is finished, directly reading the first file; if the downloading operation is not finished, further judging whether the index information is at the end of the first file;
and if the index information is at the end of the first file, directly accessing a temporary file, wherein the temporary file is used for storing index data at the end of the file to be downloaded.
5. The method according to claim 4, wherein if the index information is not at the end of the first file, the first file is directly read.
6. A file creation system, comprising:
a first file creating unit for creating a first file; the first file is used for storing a file to be downloaded;
a last data acquiring unit, configured to acquire last data of the file to be downloaded;
the judging unit is used for judging whether the file to be downloaded is a large file;
the temporary file creating unit is used for creating a temporary file when the file to be downloaded is a large file;
the downloading unit is used for writing the files to be downloaded into the first file in sequence when the files to be downloaded are small files; or, when the file to be downloaded is a large file, the end data is written into the temporary file first, and then the file to be downloaded is sequentially downloaded to the first file.
7. The file creation system according to claim 6, wherein the download unit is further configured to directly merge data in the temporary file into the first file when downloading the end data of a large file;
the system also comprises a temporary file deleting unit which is used for deleting the temporary file after the downloading unit merges the data in the temporary file into the first file.
8. A system for accessing files during file creation, comprising:
the device comprises a request information acquisition unit, a download unit and a download unit, wherein the request information acquisition unit is used for acquiring request information of a user for requesting to access a first file, and the first file is used for storing a file to be downloaded;
the first judging unit is used for judging whether the file to be downloaded is a large file;
a second judging unit, configured to further judge whether the downloading operation of the first file is completed when the first judging unit judges that the file to be downloaded is a large file;
a first file reading unit, configured to directly read the first file when the determination result of the first determining unit is that the file to be downloaded is not a large file, or when the determination result of the second determining unit is that the downloading operation of the file to be downloaded is completed;
a third determining unit, configured to further determine whether index information is at the end of the first file when a determination result of the second determining unit is that the downloading operation of the first file is not completed;
and the temporary file reading unit is used for directly reading the temporary file when the judgment result of the third judging unit is that the index information is at the end of the first file, and the temporary file is used for storing the end data of the file to be downloaded.
9. The system according to claim 8, wherein the first file reading unit is further configured to directly read the first file when the determination result of the third determining unit is that the index information is not at the end of the first file.
10. An overall system for file creation and access, comprising the file creation system of any one of claims 6 to 7 and the system for accessing files during file creation of any one of claims 8 to 9.
CN2011102390198A 2011-08-19 2011-08-19 Method and system for file creation and access Pending CN102955780A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011102390198A CN102955780A (en) 2011-08-19 2011-08-19 Method and system for file creation and access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011102390198A CN102955780A (en) 2011-08-19 2011-08-19 Method and system for file creation and access

Publications (1)

Publication Number Publication Date
CN102955780A true CN102955780A (en) 2013-03-06

Family

ID=47764595

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011102390198A Pending CN102955780A (en) 2011-08-19 2011-08-19 Method and system for file creation and access

Country Status (1)

Country Link
CN (1) CN102955780A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516988A (en) * 2015-01-21 2015-04-15 天津书生云科技有限公司 File writing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101447994A (en) * 2008-12-30 2009-06-03 深圳市迅雷网络技术有限公司 Method for downloading and playing multimedia file and equipment thereof
CN102117647A (en) * 2009-12-31 2011-07-06 上海博泰悦臻电子设备制造有限公司 Playing method and player of media pack

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101447994A (en) * 2008-12-30 2009-06-03 深圳市迅雷网络技术有限公司 Method for downloading and playing multimedia file and equipment thereof
CN102117647A (en) * 2009-12-31 2011-07-06 上海博泰悦臻电子设备制造有限公司 Playing method and player of media pack

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516988A (en) * 2015-01-21 2015-04-15 天津书生云科技有限公司 File writing method and device
CN104516988B (en) * 2015-01-21 2018-09-28 天津书生云科技有限公司 A kind of file wiring method and device

Similar Documents

Publication Publication Date Title
US8225029B2 (en) Data storage processing method, data searching method and devices thereof
CN110764708A (en) Data reading method, device, equipment and storage medium
CN107704203B (en) Deletion method, device and equipment for aggregated large file and computer storage medium
CN102479250A (en) Disk caching method for embedded browser
CN108647151A (en) It is a kind of to dodge system metadata rule method, apparatus, equipment and storage medium entirely
CN102810092B (en) data read-write method and system
TW200939051A (en) Selecting storage location for file storage based on storage longevity and speed
CN105787012B (en) A kind of method and storage system improving storage system processing small documents
CN107402870B (en) Method and device for processing log segment in metadata server
CN103198027A (en) Method and device for storing and providing files
TWI353549B (en)
CN109189772A (en) File management method and system for no file system storage medium
CN112734982A (en) Storage method and system for unmanned vehicle driving behavior data
CN102411631A (en) Disk cache method of embedded browser
CN114564460B (en) Parameter tuning method, device, equipment and medium based on distributed storage system
CN109558456A (en) A kind of file migration method, apparatus, equipment and readable storage medium storing program for executing
CN102523301A (en) Method for caching data on client in cloud storage
CN102346783B (en) Data retrieval method and device
CN112463054A (en) Method and equipment for improving read-write performance
CN111752905A (en) Large file distributed cache system based on object storage
CN113590027B (en) Data storage method, data acquisition method, system, device and medium
CN103581051A (en) File buffering storage method and device and system
CN104102552A (en) Message processing method and device
CN115858421B (en) Cache management method, device, equipment, readable storage medium and server
CN111913913A (en) Access request processing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: SHENZHEN YUNFAN CENTURY TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: SHENZHEN KUAIBO TECHNOLOGY CO., LTD.

Effective date: 20140722

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20140722

Address after: 518057 Guangdong, Shenzhen, Futian District, No. 3013 Yitian Road, South Plaza, building A room, room 1605

Applicant after: SHENZHEN YUNFAN CENTURY TECHNOLOGY CO., LTD.

Address before: 518057 Guangdong city of Shenzhen province Nanshan District Gao Xin Road No. 009 China Technology Development Institute Technology Park building three, 22 floor

Applicant before: SHENZHEN QVOD TECHNOLOGY Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130306