BufferedInputStream.skip

See the general contract of the <code>skip</code> method of <code>InputStream</code>.

@throws IOException if this input stream has been closed by invoking its {@link #close()} method, {@code inputStream.skip(n)} throws an IOException, or an I/O error occurs.

class BufferedInputStream
override
long
skip
(
long n
)

Meta