public class JdkDeflateHadoopStreams extends Object implements HadoopStreams
| Constructor and Description |
|---|
JdkDeflateHadoopStreams() |
| Modifier and Type | Method and Description |
|---|---|
HadoopInputStream |
createInputStream(InputStream in) |
HadoopOutputStream |
createOutputStream(OutputStream out) |
String |
getDefaultFileExtension() |
List<String> |
getHadoopCodecName() |
public String getDefaultFileExtension()
getDefaultFileExtension in interface HadoopStreamspublic List<String> getHadoopCodecName()
getHadoopCodecName in interface HadoopStreamspublic HadoopInputStream createInputStream(InputStream in) throws IOException
createInputStream in interface HadoopStreamsIOExceptionpublic HadoopOutputStream createOutputStream(OutputStream out) throws IOException
createOutputStream in interface HadoopStreamsIOExceptionCopyright © 2011–2024. All rights reserved.