Search:

Type: Posts; User: frozen java

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,425

    Writing string to file

    When I do this


    public void write(String key, String password, File data) throws IOException { // Writes the encrypted string to a file.
    System.out.println(data);
    out = new...
  2. Replies
    2
    Views
    1,425

    What does this error mean

    I am working on this program and I'm almost done but when I try to write a string to a file I get this error:


    java.lang.ArrayIndexOutOfBoundsException: 98

    I'm just wondering what causes this...
Results 1 to 2 of 2