Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Downloading a bz2, extracting it and reading the content of a file inside it?

  1. #1
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Downloading a bz2, extracting it and reading the content of a file inside it?

    Hi guys. So basically, I have a link which will give me a text file that is compressed in a bz2. So it would look like file.txt.bz2. I need to uncompress and read the data. I would like to (if possible) NOT have to actually store the file onto the hard drive to do this. If anyone can help me out, please reply asap! Thanks!

    EDIT: I got it


  2. #2
    Banned
    Join Date
    Jul 2013
    Posts
    49
    Thanks
    1
    Thanked 5 Times in 4 Posts

    Default Re: Downloading a bz2, extracting it and reading the content of a file inside it?

    haha...close the thread!!

Similar Threads

  1. Reading the content of a file into 2 different structures
    By rima in forum File I/O & Other I/O Streams
    Replies: 7
    Last Post: June 19th, 2013, 03:45 PM
  2. extracting file content into array
    By phyzix5761 in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: November 6th, 2012, 03:10 PM
  3. Moving content (graphics) inside a JPanel
    By Nesh108 in forum Java Theory & Questions
    Replies: 6
    Last Post: February 1st, 2012, 01:21 PM
  4. reading content of the text file, splitting it into strings
    By Dodo in forum File I/O & Other I/O Streams
    Replies: 7
    Last Post: January 6th, 2011, 07:57 PM
  5. Java program for downloading contents from the web
    By alley in forum Java Networking
    Replies: 8
    Last Post: June 17th, 2009, 01:13 PM