public class ProcessOutput extends Object
ProcessExecutor| Constructor and Description |
|---|
ProcessOutput(byte[] data) |
public byte[] getBytes()
public String getString()
public String getUTF8()
public String getString(String charset)
charset - The name of a supported char set.public List<String> getLines()
public List<String> getLinesAsUTF8()
Copyright © 2020 ZeroTurnaround. All rights reserved.