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
 
 
- 
- Enclosing class:
- Untar
 
 public static final class Untar.UntarCompressionMethod extends EnumeratedAttribute Valid Modes for Compression attribute to Untar Task
- 
- 
Field Summary- 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
 
- 
 - 
Constructor SummaryConstructors Constructor Description UntarCompressionMethod()Constructor
 - 
Method SummaryModifier and Type Method Description java.io.InputStreamdecompress(java.lang.String name, java.io.InputStream istream)This method wraps the input stream with the corresponding decompression methodjava.lang.String[]getValues()Get valid enumeration values- 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
- 
 
- 
- 
- 
Method Detail- 
getValuespublic java.lang.String[] getValues() Get valid enumeration values- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- valid values
 
 - 
decompresspublic java.io.InputStream decompress(java.lang.String name, java.io.InputStream istream) throws java.io.IOException, BuildExceptionThis method wraps the input stream with the corresponding decompression method- Parameters:
- name- provides location information for BuildException
- istream- input stream
- Returns:
- input stream with on-the-fly decompression
- Throws:
- java.io.IOException- thrown by GZIPInputStream constructor
- BuildException- thrown if bzip stream does not start with expected magic values
 
 
- 
 
-