https://github.com/bhuvan243/compressor_and_decompressor
https://github.com/bhuvan243/compressor_and_decompressor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhuvan243/compressor_and_decompressor
- Owner: bhuvan243
- Created: 2023-07-17T14:14:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T14:44:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T00:40:14.570Z (5 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 compressingBelow are the overview of my project:
1. UI of the Application

2. Compressing a text document named: "Testfile.docx" of size 18kb

3. Creation of Compressed File with size 15kb

4. Now, decompressing the compressed file of size 15kb

5. A file name DecompressedFile of size same as original file is created

6. Comparison of Original vs Decompressed file
