1. types of compression and who handles them
  2. bzip

bzip

does file compression on a file (e.g. jdk1.2 blackdown) which has the ending .bz2

to uncompress use bunzip2. To compress, bzip2.

see bzip2.htm and other files in that directory.