Package java.io
Class Reader

Public Method markSupported

boolean markSupported()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method tell whether this stream supports the mark operation. The default implementation returns always false. Subclasses should override this method.