aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Read 2 k data from server to client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Read 2 k data from server to client" Watch "Read 2 k data from server to client" New topic
Author

Read 2 k data from server to client

Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428
Hi,
Plz let me know how can I read 2 k data from server and display whole 2k data(not line by line) in to text area or to some file using applet listener socket?
Thanks in advance,
Angela
maateen ashraf
Ranch Hand

Joined: Jan 08, 2001
Posts: 122
hello Angela Jessi,
here i have seggestion only
cuz i couldn't understand completly what actually ur requirment is....?
u may use BufferedReader class to read data on client side applet though socket connection with server.....
&
u may Use FileInputStream for reading dataa into a file on client side...
ObjectInputStream is also a way to read data on client side...
just feel free to let me know whether there is again some problem with this...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Read 2 k data from server to client
 
Similar Threads
Dataset conversion with Chart2D
suggestions on reading from file
client server gui
Operator mock exam question
Files from a directory is not being recognized