public class ConfigFile extends Object
Modifier and Type | Field and Description |
---|---|
static String |
lircCharactersetName
Character set assumed for input files.
|
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,IrRemote> |
readConfig(File filename,
int debug) |
static LinkedHashMap<String,IrRemote> |
readConfig(InputStream inputStream,
int debug,
String source) |
static LinkedHashMap<String,IrRemote> |
readConfig(Reader reader,
int debug,
String source) |
static LinkedHashMap<String,IrRemote> |
readConfig(String input,
int debug,
String source) |
public static final String lircCharactersetName
public static LinkedHashMap<String,IrRemote> readConfig(File filename, int debug) throws IOException
IOException
public static LinkedHashMap<String,IrRemote> readConfig(Reader reader, int debug, String source) throws IOException
IOException
public static LinkedHashMap<String,IrRemote> readConfig(InputStream inputStream, int debug, String source) throws IOException
IOException
public static LinkedHashMap<String,IrRemote> readConfig(String input, int debug, String source) throws IOException
IOException
Copyright © 2015. All rights reserved.