Class CompressedFile


  • public class CompressedFile
    extends Object
    Utility class for dealing with compressed (.zip, .gz) files.
    Author:
    dblasby
    • Constructor Detail

      • CompressedFile

        public CompressedFile()
        Creates a new CompressedFile
    • Method Detail

      • getInternalZipFnameByExtension

        public static String getInternalZipFnameByExtension​(String extension,
                                                            String compressedFile)
                                                     throws Exception
        Searches through the .zip file looking for a file with the given extension. Returns null if it doesn't find one.
        Throws:
        Exception