hey JavaGurus,
I a currently starting to write a TCP/IP communication in Java (with sockets).
I need to send data packets to a server, which will execute certain commands.
Those packets should have a 4-Byte alignment convention.
As far as I know VC++ default is 8 Byte.
What about Java? Is that adjustable as well??
Does it make sense to send .writeObject(data) commands?
Any help is greatly appreciated,
stonee
I a currently starting to write a TCP/IP communication in Java (with sockets).
I need to send data packets to a server, which will execute certain commands.
Those packets should have a 4-Byte alignment convention.
As far as I know VC++ default is 8 Byte.
What about Java? Is that adjustable as well??
Does it make sense to send .writeObject(data) commands?
Any help is greatly appreciated,
stonee