PushbackInputStream.markSupported

PushbackInputStream.markSupported

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean markSupported()
Returns
false, since this class does not support the mark and reset methods.
Description
Tests if this input stream supports the mark and reset methods, which it does not.

Overrides
markSupported in class FilterInputStream
See Also
mark, reset