99: * 100: * @param in The subordinate stream to read from 101: */ 102: public BufferedReader(Reader in) 103: { 104: this(in, DEFAULT_BUFFER_SIZE); 105: } ...
確定! 回上一頁