Package org.eclipse.net4j.util.io
Class GZIPStreamWrapper.Factory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.io.IStreamWrapper.Factory
- 
- org.eclipse.net4j.util.io.GZIPStreamWrapper.Factory
 
 
 
- 
- All Implemented Interfaces:
- IFactory
 - Enclosing class:
- GZIPStreamWrapper
 
 public static class GZIPStreamWrapper.Factory extends IStreamWrapper.Factory - Since:
- 3.6
- Author:
- Esteban Dugueperoux
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE- 
Fields inherited from class org.eclipse.net4j.util.io.IStreamWrapper.FactoryPRODUCT_GROUP
 
- 
 - 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IStreamWrappercreate(java.lang.String description)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetDescriptionFor, getKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic IStreamWrapper create(java.lang.String description) throws ProductCreationException - Specified by:
- createin interface- IFactory
- Specified by:
- createin class- IStreamWrapper.Factory
- Throws:
- ProductCreationException
 
 
- 
 
-