< prev index next >

src/java.base/share/classes/java/io/PipedReader.java

Print this page
rev 58552 : [mq]: 8241727-Typos-empty-lines-in-javadoc-inconsistent-indents-etc

*** 1,7 **** /* ! * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 85,95 **** /** * Creates a {@code PipedReader} so that it is connected * to the piped writer {@code src} and uses the specified * pipe size for the pipe's buffer. Data written to {@code src} * will then be available as input from this stream. ! * @param src the stream to connect to. * @param pipeSize the size of the pipe's buffer. * @throws IOException if an I/O error occurs. * @throws IllegalArgumentException if {@code pipeSize <= 0}. * @since 1.6 --- 85,95 ---- /** * Creates a {@code PipedReader} so that it is connected * to the piped writer {@code src} and uses the specified * pipe size for the pipe's buffer. Data written to {@code src} * will then be available as input from this stream. ! * * @param src the stream to connect to. * @param pipeSize the size of the pipe's buffer. * @throws IOException if an I/O error occurs. * @throws IllegalArgumentException if {@code pipeSize <= 0}. * @since 1.6
< prev index next >