compression : Java Glossary

go to home page C words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish 2006-02-26 by Roedy Green ©1996-2009 Canadian Mind Products
index page for letter ⇒ punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
compression
Since data communication lines are so slow, it is important to use every possible scheme to use them efficiently. Compression schemes can reduce the amount of data that needs to be sent. The receiver fluffs the data back up to its original size. Compression schemes depend on the fact that most messages repeat words or phrases and use some letters of the alphabet more frequently than others. Compressors invent a scheme of short abbreviations for commonly used items.
Java Compression Classes Learning More
Standalone Compression Utilities Links

Java Compression Classes

The GZIPOutputStream/GZipInputStream compress entire files, not a file of members in Zip format. Other classes of interest include Deflater/ Inflater, DeflaterOutputStream/ InflaterInputStream, ZipEntry, ZipException, ZipFile, ZipInputStream, ZipOutputStream and Adler32 (for quick checksums);

Learning More

Sun’s Javadoc on the ZipFile class : available:
Sun’s Javadoc on the ZipEntry class : available:
Sun’s Javadoc on the ZipInputStream class : available:
Sun’s Javadoc on the ZipOutputStream class : available:
Sun’s Javadoc on the GZIPInputStream class : available:
Sun’s Javadoc on the GZIPOutputStream class : available:
Sun’s Javadoc on the Inflater class : available:
Sun’s Javadoc on the Deflater class : available:
Sun’s Javadoc on the InflaterInputStream class : available:
Sun’s Javadoc on the DeflaterOutputStream class : available:
Sun’s Javadoc on the Adler32 class : available:

CMP homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.62] The information on this page is for non-military use only.
You are visitor number 9,639. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/compression.html J:\mindprod\jgloss\compression.html