samyedit
Class MapParser
java.lang.Object
samyedit.MapParser
public class MapParser
- extends java.lang.Object
|
Constructor Summary |
MapParser(java.lang.String path,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
|
|
Method Summary |
static void |
parseAirCable(java.lang.String path,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
|
static void |
write(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
|
static void |
writeAirCable(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
|
static void |
writeClone(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
|
static void |
writeSat(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lChan
public static final int lChan
- See Also:
- Constant Field Values
iChanNo
public static final int iChanNo
- See Also:
- Constant Field Values
iChanVpid
public static final int iChanVpid
- See Also:
- Constant Field Values
iChanMpid
public static final int iChanMpid
- See Also:
- Constant Field Values
iChanSid
public static final int iChanSid
- See Also:
- Constant Field Values
iChanStatus
public static final int iChanStatus
- See Also:
- Constant Field Values
iChanQam
public static final int iChanQam
- See Also:
- Constant Field Values
iChanSType
public static final int iChanSType
- See Also:
- Constant Field Values
iChanFav
public static final int iChanFav
- See Also:
- Constant Field Values
iChanEnc
public static final int iChanEnc
- See Also:
- Constant Field Values
iChanSymbR
public static final int iChanSymbR
- See Also:
- Constant Field Values
iChanLock
public static final int iChanLock
- See Also:
- Constant Field Values
iChanONid
public static final int iChanONid
- See Also:
- Constant Field Values
iChanNid
public static final int iChanNid
- See Also:
- Constant Field Values
iChanBouqet
public static final int iChanBouqet
- See Also:
- Constant Field Values
iChanProvId
public static final int iChanProvId
- See Also:
- Constant Field Values
iChanFreq
public static final int iChanFreq
- See Also:
- Constant Field Values
iChanLcn
public static final int iChanLcn
- See Also:
- Constant Field Values
iChanTSid
public static final int iChanTSid
- See Also:
- Constant Field Values
iChanName
public static final int iChanName
- See Also:
- Constant Field Values
lChanName
public static final int lChanName
- See Also:
- Constant Field Values
iChanSName
public static final int iChanSName
- See Also:
- Constant Field Values
lChanSName
public static final int lChanSName
- See Also:
- Constant Field Values
iChanVFmt
public static final int iChanVFmt
- See Also:
- Constant Field Values
iChanFav79
public static final int iChanFav79
- See Also:
- Constant Field Values
iChanCRC
public static final int iChanCRC
- See Also:
- Constant Field Values
MapParser
public MapParser(java.lang.String path,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
parseAirCable
public static void parseAirCable(java.lang.String path,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
write
public static void write(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
writeClone
public static void writeClone(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
writeAirCable
public static void writeAirCable(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)
writeSat
public static void writeSat(java.lang.String file,
java.util.TreeMap<java.lang.Integer,Channel> channelList)