Lines Matching defs:in
4 * Redistribution and use in source and binary forms, with or without
11 * - Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
85 String record = null; // name of folder in which to record mail
90 BufferedReader in =
91 new BufferedReader(new InputStreamReader(System.in));
159 to = in.readLine();
164 subject = in.readLine();
218 String text = collect(in);
362 public static String collect(BufferedReader in) throws IOException {
365 while ((line = in.readLine()) != null) {