Java org.apache.commons.compress.compressors.gzip GzipUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.compressors.gzip GzipUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.compressors.gzip GzipUtils.

The text is from its open source code.

Method

StringgetCompressedFilename(String filename)
Maps the given filename to the name that the file should have after compression with gzip.
StringgetUncompressedFilename(String filename)
Maps the given name of a gzip-compressed file to the name that the file should have after uncompression.
booleanisCompressedFilename(String filename)
Detects common gzip suffixes in the given filename.