public class Command
extends java.lang.Object
Constructor and Description |
---|
Command(java.io.InputStream commandInputStream,
int commandId) |
Modifier and Type | Method and Description |
---|---|
int |
getCommandId()
Returns command identifier
|
java.io.InputStream |
getCommandInputStream()
Returns commandInputStream.
|