public class ProcessInputStream extends DataInputStream
in
Constructor and Description |
---|
ProcessInputStream(Process aProcess,
String aLastCommandPrefix) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
collectMessages() |
String |
getLastArgument() |
String |
getLastCommand() |
protected char |
readByteAsChar() |
protected int |
readByteAsInt() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
available, close, mark, markSupported, read, reset, skip
public String getLastArgument()
public String getLastCommand()
protected char readByteAsChar() throws IOException
IOException
DataInput.readByte()
protected int readByteAsInt() throws IOException
IOException
DataInput.readByte()
Copyright © 2019 Optimatika. All rights reserved.