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 SummaryFields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
- 
Constructor Details- 
UntarCompressionMethodpublic UntarCompressionMethod()Constructor
 
- 
- 
Method Details- 
getValuesGet valid enumeration values- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- valid values
 
- 
decompressThis 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:
- IOException- thrown by GZIPInputStream constructor
- BuildException- thrown if bzip stream does not start with expected magic values
 
 
-