Search:

Type: Posts; User: byebyebye

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,784

    Re: Java File IO question :confused:

    If I'm not mistaken, something like


    Random rand(){
    Random rand1 = new Random(12345);
    int[] rands1 = new int[30];
    for(int i=0; i < rands1.length; i++)
    rands1[i] =...
  2. Replies
    9
    Views
    1,784

    Re: Java File IO question :confused:

    yes, the random number would be at the byte level, but also the file level I was thinking..
    Ex: x bytes from file y, repeating this as a pattern until there are no more bytes that remain.

    By the...
  3. Replies
    9
    Views
    1,784

    Re: Java File IO question :confused:

    There's no fixed amount of files, and a control field strikes my interest, mind explaining it a little?
    Sorry for my lack of understanding, there's just some things that I'm not accustomed to :D
  4. Replies
    9
    Views
    1,784

    Re: Java File IO question :confused:

    The point of this would be for it to


    Read the contents of a file
    Place the file in a char/byte array array(array[file id][byte/char blocks])
    After loading all files in this mannor, open an...
  5. Replies
    9
    Views
    1,784

    Java File IO question :confused:

    I was looking to know if anyone could help me out.. :confused:

    What I'm trying to do is write (multiple) file(s) into a single file, but in a seemingly random order(Where a single file is in more...
Results 1 to 5 of 5