Search:

Type: Posts; User: Engineeringserver

Search: Search took 0.09 seconds.

  1. Re: Folder Watching

    It could work if you can read the encoding for tiff images: Java Advanced Imaging API Home Page

    It's not that hard to implements it by the looks of it. (though i havent done anything with image...
  2. Re: Folder Watching

    Looks good, add a thread so that it checks for a new file and process it. Not that hard to code :D
  3. Re: Folder Watching

    see my reply above, you can use this class i wrote to copy files from one directory to another: Engineeringserver.com | Copy a txt file from one location to another with Java

    to process it...
  4. Re: Folder Watching

    use a thread that checks for a file every 1 sec (or less) , use a file inputstream /outputstream to read/write the file and a bufferedreader/scanner etc to process the file. Shouldn't be too hard to...
Results 1 to 4 of 4