FS: Document readpipe()'s encoding parameter

Change-Id: I36f0edf0f9d0bfa26448e25355c6d78dea524079
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
This commit is contained in:
Sebastian Schuberth 2015-05-19 10:21:59 +02:00 committed by Matthias Sohn
parent 6fdd214349
commit 8ed6b745bb
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ protected static File searchPath(final String path, final String... lookFor) {
* @param command
* as component array
* @param encoding
* to be used to parse the command's output
* @return the one-line output of the command
*/
protected static String readPipe(File dir, String[] command, String encoding) {