Package java.io
Class Reader

Public Method skip

int skip(int count)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method skip the specified number of characters. This method will block until some characters are available, an I/O error occurs, or the end of the stream is reached.