Class ConfirmationPackage
java.lang.Object
org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
org.eclipse.emf.mwe.internal.core.debug.communication.packages.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fill the packet fields from theDataInputStream
.void
write the packet fields content to theDataOutputStream
.Methods inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
getId, setNextId, toString
-
Constructor Details
-
ConfirmationPackage
public ConfirmationPackage(int packId)
-
-
Method Details
-
readContent
Description copied from class:AbstractPackage
fill the packet fields from theDataInputStream
. Implementors have to make sure that the data content matches with the writeContent(out) method!!- Specified by:
readContent
in classAbstractPackage
- Parameters:
in
- the DataInputStream- Throws:
IOException
-
writeContent
Description copied from class:AbstractPackage
write the packet fields content to theDataOutputStream
. Implementors have to make sure that the data content matches with the readContent(out) method!!- Specified by:
writeContent
in classAbstractPackage
- Parameters:
out
- the DataOutputStream- Throws:
IOException
-