Friends,

I need an opinion from you all on this Java program that I am working on.

I have wrote a Multicast Java program that receive data from a multicast
server.
All this data I store in the ByteArrayInput/OutputStream because its a real
time data and pretty huge data.
As far as I know ByteArrayInputStream can storing data to the memory buffer.
I have done this part.

I have used servlet to write the data to a file and read from it. It workd
fine, but I have no idea on how to retrieve the data from the memory buffer
using a servlet. Can anyone suggest to me on how to do this? Or is there a
better way to approach this problem?

Thanks you for your help.

Rusma

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to