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

Service: read

This service is used to read the characters from the stream.

Input Parameter:

Name Type Description
offset: String Character location within that file, usually starting with 0
length: String Length of input characters to be read
inputStream: Object Represent an input stream of bytes.
bytes: Byte Array Data in the Stream

Output Parameter:

Name Type Description
inputStream: Object Represent an input stream of bytes.
bytes: Byte Array Data in the Stream
bytesRead: String Characters read