JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.carne.nio.compression.spi
Interface DecoderFactory
All Known Implementing Classes:
DeflateFactory
public interface
DecoderFactory
Factory interface for compression decoder creation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
decoderName
()
Get the decoder's compression name.
Method Detail
decoderName
java.lang.String decoderName()
Get the decoder's compression name.
Returns:
The decoder's compression name.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method