Package io.airlift.compress.gzip
Class JdkGzipHadoopStreams
java.lang.Object
io.airlift.compress.gzip.JdkGzipHadoopStreams
- All Implemented Interfaces:
HadoopStreams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
JdkGzipHadoopStreams
public JdkGzipHadoopStreams()
-
-
Method Details
-
getDefaultFileExtension
- Specified by:
getDefaultFileExtensionin interfaceHadoopStreams
-
getHadoopCodecName
- Specified by:
getHadoopCodecNamein interfaceHadoopStreams
-
createInputStream
- Specified by:
createInputStreamin interfaceHadoopStreams- Throws:
IOException
-
createOutputStream
- Specified by:
createOutputStreamin interfaceHadoopStreams- Throws:
IOException
-