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 a problem occurs reading from this stream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|