Package org.eclipse.net4j.util.io
Class GZIPStreamWrapper
java.lang.Object
org.eclipse.net4j.util.io.GZIPStreamWrapper
- All Implemented Interfaces:
IStreamWrapper
- Since:
- 3.6
- Author:
- Eike Stepper
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Field Details
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE- Since:
- 3.6
- See Also:
-
DEFAULT_COMPRESSION_LEVEL
public static final int DEFAULT_COMPRESSION_LEVEL- Since:
- 3.6
- See Also:
-
-
Constructor Details
-
GZIPStreamWrapper
public GZIPStreamWrapper() -
GZIPStreamWrapper
public GZIPStreamWrapper(int bufferSize, int compressionLevel) - Since:
- 3.6
-
-
Method Details
-
wrapInputStream
- Specified by:
wrapInputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
wrapOutputStream
- Specified by:
wrapOutputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
finishInputStream
- Specified by:
finishInputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
finishOutputStream
- Specified by:
finishOutputStream
in interfaceIStreamWrapper
- Throws:
IOException
-