| Author |
Writing Image object to socket
|
Kashif Iqbal Khan
Greenhorn
Joined: Dec 22, 2001
Posts: 13
|
|
Hi! I Have a java.awt.Image and java.awt.image.BufferredImage object. What I need to do is to transfer it to a java.net.Socket's output stream . Can any1 provide me some starting code with it. I know I will have to create a ObjectoutputStream for that but i need a clear example. Thank you for support
|
Kashif I. Khan
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
|
Check out the Java Tutorial on Object Serialization.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Writing Image object to socket
|
|
|