Package io.airlift.compress.v3.hadoop
Interface HadoopStreams
- All Known Implementing Classes:
BZip2HadoopStreams,JdkDeflateHadoopStreams,JdkGzipHadoopStreams,Lz4HadoopStreams,LzoHadoopStreams,LzopHadoopStreams,SnappyHadoopStreams,ZstdHadoopStreams
public interface HadoopStreams
A factory for creating Hadoop compliant input and output streams.
Implementations of this interface are thread safe.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDefaultFileExtension
String getDefaultFileExtension() -
getHadoopCodecName
-
createInputStream
- Throws:
IOException
-
createOutputStream
- Throws:
IOException
-