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

Service: readAsString

This service will read the string from the reader object.

Input Parameter:

Name Type Description
reader: Object Object from which the string is read
length: String Length of the string to be read

Output Parameter:

Name Type Description
lengthRead: String Length of string that has been read
value: String String Value
reader: Object Object from which the string is read