count
number of bytes in this stream. Subsequent read()
's will not return these bytes unless reset()
is used.
@param count the number of bytes to skip.
@return the number of bytes actually skipped.
@throws IOException If the stream is already closed or another IOException occurs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|