You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The Util class cannot be instantiated and stores short static convenience methods that are often quite useful.
@@ -110,6 +110,7 @@ public static long copyReader(final Reader source, final Writer dest, final int
110
110
* <p>
111
111
* The contents of the Reader are read until its end is reached, but neither the source nor the destination are closed. You must do this yourself outside
112
112
* the method call. The number of characters read/written is returned.
113
+
* </p>
113
114
*
114
115
* @param source The source Reader.
115
116
* @param dest The destination writer.
@@ -125,40 +126,19 @@ public static long copyReader(final Reader source, final Writer dest, final int
0 commit comments