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 4 of 4

Thread: RDF File parsing

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post RDF File parsing

    I have to develop a project of file parsing. In this project, i have to extract the contents of rdf file. rdf is reporting library file. Like the zip file, this file also contains more than one file. But i don't know how to work with this .
    So please help me to work with this project.


  2. #2
    Member Emperor_Xyn's Avatar
    Join Date
    Dec 2011
    Posts
    66
    My Mood
    Devilish
    Thanks
    21
    Thanked 2 Times in 2 Posts

    Default Re: RDF File parsing

    Have you created anything yet do you know where to start?

    I cannot help you but someone who can will be asking for specific questions.

    Please make it easy on them =)

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: RDF File parsing

    No, i have not started yet.
    I had try with like simple file reading. But have not got success.
    I tried to attach rdf file for reference but it shows error 'invalid file'.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: RDF File parsing

    Do you have a package that can read the file? It should have some API doc to tell you how to use it.
    If not do you have a layout for the contents of the file so you can read its bytes and make sense of its contents.

Similar Threads

  1. Code for parsing .c file in java
    By Kakashi in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: March 6th, 2013, 12:51 AM
  2. HELP Error Parsing File
    By gerry123 in forum What's Wrong With My Code?
    Replies: 19
    Last Post: July 23rd, 2011, 04:18 PM
  3. Parsing XML
    By jrookie in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 17th, 2011, 10:04 AM
  4. [SOLVED] Parsing a text file in java
    By tccool in forum What's Wrong With My Code?
    Replies: 13
    Last Post: November 16th, 2010, 05:23 AM
  5. Input file parsing to insert into DB
    By IDForums in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: September 30th, 2009, 02:29 AM