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
* This method reads and either preserves or skips the first bytes in the stream. It behaves like the single-byte
488
-
* {@code read()} method, either returning a valid byte or -1 to indicate that the initial bytes have been
489
-
* processed already.
487
+
* Reads and either preserves or skips the first bytes in the stream. This method behaves like the single-byte {@code read()} method, either returning a
488
+
* valid byte or -1 to indicate that the initial bytes have been processed already.
490
489
*
491
-
* @return the byte read (excluding BOM) or -1 if the end of stream
492
-
* @throws IOException
493
-
* if an I/O error occurs
490
+
* @return the byte read (excluding BOM) or -1 if at the end of first bytes.
0 commit comments