We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b96d commit be6c893Copy full SHA for be6c893
src/java.base/share/classes/java/io/InputStream.java
@@ -592,6 +592,8 @@ public long skip(long n) throws IOException {
592
* @throws IOException if the stream cannot be positioned properly or
593
* if an I/O error occurs.
594
* @see java.io.InputStream#skip(long)
595
+ *
596
+ * @since 12
597
*/
598
public void skipNBytes(long n) throws IOException {
599
if (n > 0) {
0 commit comments