Package org.locationtech.jts.jump.io
Class CompressedFile
- java.lang.Object
-
- org.locationtech.jts.jump.io.CompressedFile
-
public class CompressedFile extends Object
Utility class for dealing with compressed (.zip, .gz) files.- Author:
- dblasby
-
-
Constructor Summary
Constructors Constructor Description CompressedFile()
Creates a new CompressedFile
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getInternalZipFnameByExtension(String extension, String compressedFile)
Searches through the .zip file looking for a file with the given extension.
-