|
-
Dec 17th, 2005, 02:49 AM
#1
Thread Starter
New Member
Sending Data with a socket
A while ago I had made a vb program to send packets and I was able to send the data exactly as I wanted it e.g
VB Code:
Winsock1.SendData Chr(&H0) & Chr(&H1) & Chr(&H2)
and the data would appear as exactly that: 00 01 02
I now want to do the same thing with java but I havnt been able to find a way of doing this, does anyone know how?
Thanks in advance~
-
Dec 17th, 2005, 09:00 AM
#2
Re: Sending Data with a socket
in java we use ServerSocket class instead of WinSocks and ObjectOutputStream to send data
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|