Package org.apache.tools.ant.taskdefs
Class Untar.UntarCompressionMethod
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Untar.UntarCompressionMethod
-
Field Summary
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecompress
(String name, InputStream istream) This method wraps the input stream with the corresponding decompression methodString[]
Get valid enumeration valuesMethods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
UntarCompressionMethod
public UntarCompressionMethod()Constructor
-
-
Method Details
-
getValues
Get valid enumeration values- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- valid values
-
decompress
This method wraps the input stream with the corresponding decompression method- Parameters:
name
- provides location information for BuildExceptionistream
- input stream- Returns:
- input stream with on-the-fly decompression
- Throws:
IOException
- thrown by GZIPInputStream constructorBuildException
- thrown if bzip stream does not start with expected magic values
-