行の文字列の処理に問題があります。たとえば、.txtファイルに次の行があります。
ussdserver link from host /127.0.0.1:38978(account smpp34) is up|smpp34|2012-10-28 17:02:19
ussdserver link from host localhost/127.0.0.1:8088(account callme) is up|callme|2012-10-28 17:02:20
「account」の後の単語(最初の行ではsmpp34)と「up」という単語(「is」の単語の後)を取得するためのコードが必要です。
メソッドを使用することを考えString.charAt()
ましたが、上記の例に示すように、必要な単語がさまざまな場所にある可能性があるため、ここでは機能しません。