Search:

Type: Posts; User: aesguitar

Search: Search took 0.07 seconds.

  1. Replies
    11
    Views
    1,150

    Re: File editing problem

    The -18 is the offset from the end of the file to put the addition inside the <channel> element.

    technically, this should work.



    this week will take place today from 3:15 to 4:15 in the...
  2. Replies
    11
    Views
    1,150

    Re: File editing problem

    All the changes are made at the bottom of the file.



    <rss xmlns:media="www.hardytechsolutions.com" version="2.0">
    <channel>
    <title>BMHS Daily Announcements</title>
    <link />...
  3. Replies
    11
    Views
    1,150

    Re: File editing problem

    Code to run




    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.RandomAccessFile;
    import java.nio.channels.FileChannel;
  4. Replies
    11
    Views
    1,150

    Re: File editing problem

    2688

    Attached is a ZIP file containing all the files in the project, assuming you are using Eclipse, you can right click on the file manager in Eclipse and import the file system after you unzip...
  5. Replies
    11
    Views
    1,150

    Re: File editing problem

    No, it is not always a Z and it is always in the same location. There isn't anywhere in the code that a random letter like that should show up. Aside from the Item class, all code used in that method...
  6. Replies
    11
    Views
    1,150

    File editing problem

    I'm writing a program to dynamically update an xml file to add, delete, and edit entries in the file. I've run into an issue with the add method because when I write into the file, a random letter is...
Results 1 to 6 of 6