|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.io.CodecFactory
public class CodecFactory
A factory for codecs.
| Constructor Summary | |
|---|---|
CodecFactory()
Creates a new codec factory. |
|
| Method Summary | |
|---|---|
Codec |
getCodec(File file)
Returns the appropriate codec for the given file. |
Codec |
getCodec(String extension)
Returns the appropriate codec for the given filename extension. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodecFactory()
| Method Detail |
|---|
public Codec getCodec(File file)
file - the file to use
public Codec getCodec(String extension)
extension - the filename extension of the file to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||