if ((line = br.readLine()).contains("PID")){
TestResultDTO t = new TestResultDTO();
t.pid = line.substring(beginIndex);
t.list = new ArrayList<String>();
while ((line = br.readLine()) != "-------") {
t.list.add(line)}
}
相关文章
- 03-14buildroot output子目录
- 03-14Android-使用parse和pubnub在随机聊天应用中正确配对和连接两个用户
- 03-14Esper系列(四)Output
- 03-14parse output
- 03-14DateFormat类中的format方法和parse方法
- 03-14[Bash] Chain Commands with Pipes and Redirect Output in Bash
- 03-14Warning: Multiple build commands for output file /xxx
- 03-14Exception processing template “userList“: Could not parse as expression: ““ (template: “userList“ -
- 03-14HDU 1091 A+B for Input-Output Practice (III)
- 03-14IDEA 使用Tomcat Server output输出中文乱码问题