-
-
Constructor Summary
Constructors
| Constructor and Description |
ProcessOutput(byte[] data) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBytes
public byte[] getBytes()
- Returns:
- binary output of the finished process.
-
getUTF8
public String getUTF8()
- Returns:
- output of the finished process converted to UTF-8 String.
Copyright © 2014 ZeroTurnaround. All rights reserved.