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

Service: mark

This service manages data processing through the input parameters and generates specific output as outlined in the output parameters.

Input Parameter:

Name Type Description
inputStream: Object Represents an input stream of bytes
reader: Object Reads 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.