|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
org.eclipse.emf.mwe.internal.core.debug.communication.packages.ConfirmationPackage
public class ConfirmationPackage
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 |
|---|
public ConfirmationPackage(int packId)
| Method Detail |
|---|
public void readContent(java.io.DataInputStream in)
throws java.io.IOException
AbstractPackageDataInputStream. Implementors have to make sure that the
data content matches with the writeContent(out) method!!
readContent in class AbstractPackagein - the DataInputStream
java.io.IOException
public void writeContent(java.io.DataOutputStream out)
throws java.io.IOException
AbstractPackageDataOutputStream. Implementors have to make sure
that the data content matches with the readContent(out) method!!
writeContent in class AbstractPackageout - the DataOutputStream
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||