InputStream.markSupported
Class Overview | Class Members |
This Package |
All Packages
public boolean markSupported()
Returns
true if this true type supports the mark and reset
method; false otherwise.
Description
Tests if this input stream supports the mark
and reset methods. The markSupported
method of InputStream returns false.
See Also
mark, reset