JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.aksw.commons.io.codec.registry.api
CodecFactory
Contents
Description
Method Summary
Method Details
getName()
getCategory()
isAvailable()
Hide sidebar
Show sidebar
Interface CodecFactory
public interface
CodecFactory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCategory
()
String
getName
()
boolean
isAvailable
()
Report whether the codec is available.
Method Details
getName
String
getName
()
getCategory
String
getCategory
()
isAvailable
boolean
isAvailable
()
Report whether the codec is available. This may check for the availability for a system command such as lbzip.
Returns: