English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am doing data compression as my project in Java.After compresing data I have an idea to send the compressed data to another computer.Please give me ideas to further extend my project.
Thanks in advance!

2006-09-12 01:01:34 · 3 answers · asked by gita k 1 in Computers & Internet Programming & Design

3 answers

There are different compression algorithms. Compare various ones for effiency and speed.

Try combining encryption and compression.

2006-09-12 01:07:31 · answer #1 · answered by IT Pro 6 · 0 0

You could try compressing different kinds of data, and compare your method to other methods designed specifically for that medium - for instance you could take a bmp, use your compression method to compress it, and also create a jpg of the same. Compare. Also you could look at mp3 or ogg for audio data, and general formats like zip, gzip, rar etc when applied to binaries, plain text, whatever...!

Sounds like an interesting project anyways :)

Rawlyn.

2006-09-12 08:27:51 · answer #2 · answered by Anonymous · 0 0

You can also provide the user more options in the interface on what to do next: backup/copy to another location, email it, FTP it somewhere, rename it, test the archive, give a report on the compressed file (percentage, etc.).

2006-09-12 08:10:21 · answer #3 · answered by Dr.Mr.Ed 5 · 0 0

fedest.com, questions and answers