dguitar.codecs
Interface Codec
- All Known Subinterfaces:
- CodecInputStream, CodecOutputStream
- All Known Implementing Classes:
- GPInputStream, MidiOutputStream
- public interface Codec
Codec stands for COder/DECoder that reads/writes a specific format or
sequence of bytes from/to a InputStream/OutputStream
This class was created so the javadoc could process the package.html file
- Author:
- Mauricio Gracia Gutiérrez
Method Summary |
boolean |
supportedExtension(java.lang.String extension)
Returns if the extension is supported by this codec |
supportedExtension
public boolean supportedExtension(java.lang.String extension)
- Returns if the extension is supported by this codec
- Parameters:
extension
- ".GP3" or ".TAB" or something else
- Returns:
- true if this codec know how to hadle that extension