Saturday, 9 March 2013

markSupported()


markSupported()

Declaration:
public boolean markSupported()
Description:
Tests if this input stream supports the mark and reset methods. This method simply performs
in.markSupported().
Overrides: markSupported in class InputStream
Returns: true if this stream type supports the mark and reset method; false otherwise.

No comments:

Post a Comment