Package java.ioClass InputStream
boolean markSupported()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
This method always retuns false and should be overwritten by subclasses.
Checks if this input stream supports the mark and reset methods.