count number of bytes in this InputStream. Subsequent read()'s will not return these bytes unless reset() is used. This implementation skips count number of bytes in the target stream.
@param n the number of bytes to skip.
@return the number of bytes actually skipped.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |