SSISO Community

시소당

getNextLine 라인을 읽어오는 메소드

private  String  getNextLine(BufferedReader  br)  {

                try  {
                        return  br.readLine();
                }
                catch  (Exception  e)  {
                        return  null;
                }

}

1463 view

4.0 stars