Interface Compression
public interface Compression
This interface provides a default list of support compression algorithms and some utility functions.
It is mainly used by intermediate stored files in
ExternalSort and
sort/index utilities in org.apache.jackrabbit.oak.index.indexer.document.flatfile.
Other compression algorithms can be supported by implementing the methods.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
NONE
-
GZIP
-
-
Method Details
-
getInputStream
- Throws:
IOException
-
getOutputStream
- Throws:
IOException
-
addSuffix
-