Title:
compression-and-decompressi Download
Description: An input file is actually a set of integer values. Our goal is to compress the input file and create an
output file. If the number of the integers in the output file is less than the number of integers in the input file,
the output file is considered as “compressed” version of the input file. Please notice that we are NOT
interested in the file size BUT the number of integers in the files.
To Search:
File list (Check if you may need any files):
压缩文件 java程序\1.txt
.................\2.txt
.................\3.txt
.................\Application.java
.................\Compress.java
.................\FileEmptyException.java
.................\FileNotCompressedException.java
.................\FileProcess.java
.................\img1.txt
.................\img2.txt
.................\img3.txt
.................\Main.java
压缩文件 java程序