| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NoneCompressionProvider.NoneCompressionOutputStream  | 
| Modifier and Type | Method and Description | 
|---|---|
CompressionOutputStream | 
NoneCompressionProvider.createOutputStream(OutputStream out)  | 
CompressionOutputStream | 
CompressionProvider.createOutputStream(OutputStream out)
Creates an output stream that compresses data (according to the provider's implementation) 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GZIPCompressionOutputStream  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HadoopSnappyCompressionOutputStream  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SnappyCompressionOutputStream  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ZIPCompressionOutputStream  | 
| Modifier and Type | Field and Description | 
|---|---|
CompressionOutputStream | 
TextFileOutputData.out  | 
| Modifier and Type | Method and Description | 
|---|---|
CompressionOutputStream | 
TextFileOutputData.FileStream.getCompressedOutputStream()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextFileOutputData.FileStream.setCompressedOutputStream(CompressionOutputStream compressedOutputStream)  | 
| Constructor and Description | 
|---|
FileStream(OutputStream fileOutputStream,
          CompressionOutputStream compressedOutputStream,
          BufferedOutputStream bufferedOutputStream)  | 
Copyright © 2020 Hitachi Vantara. All rights reserved.