Merge branch 'master' of http://118.89.139.230:10101/r/~whyclxw/FbxAnalysis
# Conflicts:
# src/main/java/com/whyc/bts/BTS_ChargeData.java
# src/main/java/com/whyc/bts/BTS_DisChargeData.java
| | |
| | | */ |
| | | public void readChrFile(String filePath) |
| | | { |
| | | fbsDatas.clear(); |
| | | fbsDatas = new ArrayList<BTS_BattData>(); |
| | | FileInputStream fis = null; |
| | | try { |
| | | File f = new File(filePath); |
| | |
| | | */ |
| | | public void readDisFile(String filePath) |
| | | { |
| | | fbsDatas.clear(); |
| | | fbsDatas=new ArrayList<BTS_BattData>(); |
| | | FileInputStream fis = null; |
| | | try { |
| | | File f = new File(filePath); |