Searched refs:nextLine (Results 1 – 3 of 3) sorted by relevance
50 String nextLine = jsonReader.readLine(); in open() local51 while ((currentLine = nextLine) != null) { in open()52 nextLine = jsonReader.readLine(); in open()53 if (nextLine == null && currentLine.charAt(currentLine.length() - 1) == '}') { in open()
253 sb.append(scanner.nextLine() + lineSeparator); in readFile()
180 String line = in.nextLine(); in assertBackupNotAllowed()