11-20-2003, 07:06 AM | #1 (permalink) |
Insane
|
know any good java sites?
i have a java project where i have to read data from a file and compress and decompress it. does anyone know any sites that might help me out with it?
heres the project specs: http://www.unf.edu/~rking/project3.doc and heres the data set: http://www.unf.edu/~rking/Proj3_data.txt any help would be appreciated..
__________________
Best told at a place called...the TFP. on a quest... |
11-20-2003, 10:43 AM | #2 (permalink) |
Junkie
Location: North Hollywood
|
http://java.sun.com they have lots of tutorials
|
11-20-2003, 11:40 AM | #3 (permalink) |
Banned
Location: 'bout 2 feet from my iMac
|
http://java.sun.com/j2se/1.4.1/docs/api/
edit: oooh I READ the assignment. so you're gonna read in text, and convert it to digits. then you're gonna read in digits and un-convert it, based on the numbers it is. sounds like fun! Some things off hand to be careful of: which stream you use. some bring in raw data (that's what you'll want, i think) and some convert straight to characters. be careful. same w/ your output streams! hrm. other than that, it's gonna be some down'n'dirty bit reading, converting and writing. good luck. Last edited by cheerios; 11-20-2003 at 11:45 AM.. |
Tags |
good, java, sites |
|
|