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
@@ -147,16 +147,18 @@ public UnsynchronizedBufferedInputStream get() throws IOException {
147
147
* Constructs a new {@code BufferedInputStream} on the {@link InputStream} {@code in}. The buffer size is specified by the parameter {@code size} and all
148
148
* reads are now filtered through this stream.
149
149
*
150
-
* @param in the input stream the buffer reads from.
151
-
* @param size the size of buffer to allocate.
150
+
* @param builderA builder providing the input stream and buffer size.
151
+
* @throws IOException if an I/O error occurs.
152
152
* @throws IllegalArgumentException if {@code size < 0}.
0 commit comments