All method parameters must be non-null unless documented otherwise.
Some of the methods in this class take arguments with a generic type of {@code Readable & Closeable}. A {@link java.io.Reader} implements both ofthose interfaces. Similarly for {@code Appendable & Closeable} and{@link java.io.Writer}. @author Chris Nokleberg @author Bin Zhu @author Colin Decker @since 1.0
|
|