public class etTest2
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
buffer |
(package private) java.lang.String |
host |
(package private) java.io.DataInputStream |
in |
(package private) java.io.DataOutputStream |
out |
(package private) int |
port |
(package private) int |
size |
Constructor and Description |
---|
etTest2(java.lang.String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Run as a stand-alone application.
|
void |
run()
This method is executed as a thread.
|