public class KGAcknowledge extends AbstractMessage implements Control
Constructor and Description |
---|
KGAcknowledge()
A KGAcknowldge message.
|
KGAcknowledge(java.io.InputStream in)
A KGAcknowledge message that populates its data from a stream.
|
addMessageComponent, getComponents, getURN, read, toString, write
public KGAcknowledge(java.io.InputStream in) throws java.io.IOException
in
- The InputStream to read.java.io.IOException
- If there is a problem reading the stream.public KGAcknowledge()