org.eclipse.emf.mwe.internal.core.debug.communication.packages
Class ConfirmationPackage

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
      extended by org.eclipse.emf.mwe.internal.core.debug.communication.packages.ConfirmationPackage

public class ConfirmationPackage
extends AbstractPackage

The packet to communicate the confirmation of a specific packet reference id.


Field Summary
 
Fields inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
id, refId
 
Constructor Summary
ConfirmationPackage(int packId)
           
 
Method Summary
 void readContent(java.io.DataInputStream in)
          fill the packet fields from the DataInputStream.
 void writeContent(java.io.DataOutputStream out)
          write the packet fields content to the DataOutputStream.
 
Methods inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
getId, setNextId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfirmationPackage

public ConfirmationPackage(int packId)
Method Detail

readContent

public void readContent(java.io.DataInputStream in)
                 throws java.io.IOException
Description copied from class: AbstractPackage
fill the packet fields from the DataInputStream. Implementors have to make sure that the data content matches with the writeContent(out) method!!

Specified by:
readContent in class AbstractPackage
Parameters:
in - the DataInputStream
Throws:
java.io.IOException

writeContent

public void writeContent(java.io.DataOutputStream out)
                  throws java.io.IOException
Description copied from class: AbstractPackage
write the packet fields content to the DataOutputStream. Implementors have to make sure that the data content matches with the readContent(out) method!!

Specified by:
writeContent in class AbstractPackage
Parameters:
out - the DataOutputStream
Throws:
java.io.IOException