Docs Menu
API Developer Guide / middleware / pub / io / markSupported

Service: markSupported

This service checks whether the reader object supports mark.

Input Parameter:

Name Type Description
inputStream: Object Represent an input stream of bytes.
reader: Object Read the character stream
limit: Integer Maximum allowable data size or quantity for processing

Output Parameter:

Name Type Description
inputStream: Object Represent an input stream of bytes.
reader: Object Reads the character stream.
supported: Boolean Mark is supported by the reader