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
58 String record = null; // name of folder in which to record mail
60 BufferedReader in =
61 new BufferedReader(new InputStreamReader(System.in));
121 to = in.readLine();
126 subject = in.readLine();
165 String text = collect(in);
239 public static String collect(BufferedReader in) throws IOException {
242 while ((line = in.readLine()) != null) {