* @param name The file name as one of the above-cited constants.
* @return The decoder for the given name.
* @throws IOException If an error occurred while opening the file.
*/
protected Decoder createDecoder(final String name) throws IOException {
return new DecoderWrapper(LISTENERS, new NetcdfDataset(open(name)));
}