Docs Menu
API Developer Guide / file / readLines
Service: readLines
This service will return a specific number of lines from a file on server location.
Input Parameter:
Name | Type | Description |
bufferedReader: | Object | Buffered Reader object of the file on server machine |
number: | integer | number of lines to be read |
Output Parameter:
Name | Type | Description |
lines: | String Array | read lines from the file |