edu.rit.mp.test
Class Receive01
- java.lang.Object
-
- edu.rit.mp.test.Receive01
-
public class Receive01 extends java.lang.ObjectClass Receive01 is a main program that receives MP messages from the Send01 program. Each message consists of length integers, starting from 0. The number of messages received is count. The program prints nothing as messages are received, unless an error occurs.Usage: java edu.rit.mp.test.Receive01 tohost toport length count
tohost = Host to which to send messages
toport = Port to which to send messages
length = Length of each message
count = Number of messages
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Main program.
-
DMelt 3.0 © DataMelt by jWork.ORG