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
64 String record = null; // name of folder in which to record mail
66 BufferedReader in =
67 new BufferedReader(new InputStreamReader(System.in));
119 to = in.readLine();
124 subject = in.readLine();
158 collect(in, msg);
211 public void collect(BufferedReader in, Message msg)
226 while ((line = in.readLine()) != null) {