Skip to content

bhuvan243/Compressor_and_Decompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Compressor_and_Decompressor

Synopsis of this Project:

  1. This is a minor project on compressor and decompressor using Java language
  2. The objective is to reduce the number of bits needed to represent data through compression technique
  3. The project will only use lossless conversion to ensure no data loss occurs during compression
  4. Benefits of compression include saving storage space, speeding up file transfers, and reducing storage hardware and network bandwidth costs
  5. Lossless compression is essential to ensure data is not lost while compressing

Below are the overview of my project:

  1. UI of the Application image
  2. Compressing a text document named: "Testfile.docx" of size 18kb image
  3. Creation of Compressed File with size 15kb image
  4. Now, decompressing the compressed file of size 15kb image
  5. A file name DecompressedFile of size same as original file is created image
  6. Comparison of Original vs Decompressed file image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages