Home | History | Annotate | Download | only in stream

Lines Matching defs:nextString

114  *         text = reader.nextString();
146 * username = reader.nextString();
160 * [1, "1"]} may be read using either {@link #nextInt} or {@link #nextString}.
376 public String nextString() throws IOException {
625 name = nextString((char) quote);
676 value = nextString((char) c);
807 private String nextString(char quote) throws IOException {