Interface CompressorProvider
-
public interface CompressorProvider
A service provider interface (SPI) for providingCompressor
s.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compressor
getInstance()
Return theCompressor
.
-
-
-
Method Detail
-
getInstance
Compressor getInstance()
Return theCompressor
.
-
-