Searched refs:readln (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java184 String readln(InputStream is) throws IOException { method in class:Support_HttpServer.ServerThread
224 while (((line = readln(in)) != null) && (line.length() > 1)) {

Completed in 161 milliseconds