Java Code to Unzip and save a file in other location

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OraclePLM
    New Member
    • Jul 2008
    • 3

    #1

    Java Code to Unzip and save a file in other location

    Hi,

    I am looking for a java code to

    1. Unzip a zip file
    2. The zip file has one XML file that should be saved in a new location

    Please let me know if you have any Java Code for this.

    Thanks,
  • OraclePLM
    New Member
    • Jul 2008
    • 3

    #2
    Guys........Thi s is very Urgent..Plz..

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Originally posted by OraclePLM
      Hi
      Hi there!
      Originally posted by OraclePLM
      I am looking for a java code
      I hope you are aware, that we don't provide complete code here. We will however help you find the solution yourself.
      Originally posted by OraclePLM
      1. Unzip a zip file
      Check http://java.sun.com/developer/techni...g/compression/ for information on compression with Java.
      Originally posted by OraclePLM
      2. The zip file has one XML file that should be saved in a new location
      Moving files is done with a File Object.
      Originally posted by QraclePLM
      Thanks
      You're welcome!

      Greetings,
      Nepomuk

      Comment

      Working...