harmonic.mz.util
Class Decompression

java.lang.Object
  |
  +--harmonic.mz.util.Decompression

public class Decompression
extends java.lang.Object


Constructor Summary
Decompression()
           
 
Method Summary
static java.io.InputStream getInputStream(java.lang.String filename)
          Utility for getting an input stream from a file that may or may not be compressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decompression

public Decompression()
Method Detail

getInputStream

public static java.io.InputStream getInputStream(java.lang.String filename)
                                          throws java.io.IOException
Utility for getting an input stream from a file that may or may not be compressed. Handles ".zip, .ZIP, .gz, and .GZ". Zip file is expected to have only one entry

java.io.IOException