Package org.eclipse.net4j.util.io
Class IStreamWrapper.Factory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.io.IStreamWrapper.Factory
 
 
- 
- All Implemented Interfaces:
- IFactory
 - Direct Known Subclasses:
- GZIPStreamWrapper.Factory
 - Enclosing interface:
- IStreamWrapper
 
 public abstract static class IStreamWrapper.Factory extends Factory - Since:
- 3.6
- Author:
- Esteban Dugueperoux
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description Factory(java.lang.String type)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract IStreamWrappercreate(java.lang.String description)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetDescriptionFor, getKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract IStreamWrapper create(java.lang.String description) throws ProductCreationException - Throws:
- ProductCreationException
 
 
- 
 
-