BufferedInputStream.markSupported

BufferedInputStream.markSupported

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean markSupported()
Returns
a boolean indicating if this stream type supports the mark and reset methods.
Description
Tests if this input stream supports the mark and reset methods. The markSupported method of BufferedInputStream returns true.

Overrides
markSupported in class FilterInputStream
See Also
mark, reset