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
@@ -345,14 +345,12 @@ public T write(final CharSequence data, final Charset charset) {
345
345
}
346
346
347
347
/**
348
-
* Writes the entire contents of the specified input stream to this
349
-
* byte stream. Bytes from the input stream are read directly into the
350
-
* internal buffer of this stream.
348
+
* Writes the entire contents of the specified input stream to this byte stream. Bytes from the input stream are read directly into the internal buffer of
349
+
* this stream.
351
350
*
352
-
* @param in the input stream to read from
353
-
* @return total number of bytes read from the input stream
354
-
* (and written to this stream)
355
-
* @throws IOException if an I/O error occurs while reading the input stream
351
+
* @param in the input stream to read from.
352
+
* @return total number of bytes read from the input stream (and written to this stream)
353
+
* @throws IOException if an I/O error occurs while reading the input stream.
@@ -383,14 +382,12 @@ protected void writeImpl(final byte[] b, final int off, final int len) {
383
382
}
384
383
385
384
/**
386
-
* Writes the entire contents of the specified input stream to this
387
-
* byte stream. Bytes from the input stream are read directly into the
388
-
* internal buffer of this stream.
385
+
* Writes the entire contents of the specified input stream to this byte stream. Bytes from the input stream are read directly into the internal buffer of
386
+
* this stream.
389
387
*
390
-
* @param in the input stream to read from
391
-
* @return total number of bytes read from the input stream
392
-
* (and written to this stream)
393
-
* @throws IOException if an I/O error occurs while reading the input stream
388
+
* @param in the input stream to read from.
389
+
* @return total number of bytes read from the input stream (and written to this stream).
390
+
* @throws IOException if an I/O error occurs while reading the input stream.
0 commit comments