|
|
#1 | |
|
Official pain in the ass
|
Hello everyone.
I have a networking assignment in which I have to transfer a file in groups of 8 256byte-packages, using JAVA. Anyone know how I can break the file into the packages so I can send them through a socket connection? Moreso, anyone have any ideas on how to implement a buffer on the serverside? Any help is greatly appreciated.
__________________
My avatar: "An obscure and non sensical pattern made to get people to post what they think it is" - Vamp Dell XPS M1530 Core2Duo T5550 1.86Ghz | 3GB DDR2 | 8600M GT 256MB | 250GB Hdd | BenQ FP202W 20" LCD | MX1000 mouse | Inspire T5400 5.1 |
|
|
|
|
|
|
#2 | |
|
*BANNED*
Join Date: Sep 2006
Posts: 427
|
hi, you can just use FileInputStream to read in the raw bytes from the file you're trying to send to the server. You can use the FileInputStream to read in groups of 256 bytes, and then send them over to the socket on the server end. I am not sure what you mean regarding "how to implement a buffer on the serverside"; it can just be a byte[] that you fill up with the raw bytes sent over from the client. let me know if you have any more questions
BTW: it is rather confusing to use the term "package" since this has a definite meaning in java's jargon |
|
|
|
|
|
|
#3 | |
|
Official pain in the ass
|
Quote:
I did in fact use the InputStream to read raw bytes... same goes for what you mentioned about the buffer. As for the packet deal, it was just the wording on my assignment that threw me off. What they meant was that I was supposed to send a certain amount of bytes per transmission. Thanks a bunch!
__________________
My avatar: "An obscure and non sensical pattern made to get people to post what they think it is" - Vamp Dell XPS M1530 Core2Duo T5550 1.86Ghz | 3GB DDR2 | 8600M GT 256MB | 250GB Hdd | BenQ FP202W 20" LCD | MX1000 mouse | Inspire T5400 5.1 |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Rise of Object-based File Systems for HPC | News | Latest Tech And Game Headlines | 0 | 05-09-12 01:10 PM |
| RPM Source problems | LaoTzuTao | NVIDIA Linux | 10 | 01-19-03 05:15 AM |
| Can't install NVIDIA_kernel.XXXX.XXXX.src or regular rpm | noeffort | NVIDIA Linux | 15 | 12-17-02 01:22 PM |
| WHQL certification:Which file is responsible for ? | cenkog | NVIDIA Windows Graphics Drivers | 1 | 10-06-02 09:33 PM |
| Where is my log file? | Frink | NVIDIA Linux | 20 | 09-19-02 09:59 PM |