Java org.apache.commons.compress.compressors.bzip2 BZip2Utils fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

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