Subversion Repositories distributed

Rev

Rev 30 | Rev 37 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30 Rev 32
Line 13... Line 13...
13
 * Immortable Iterator
13
 * Immortable Iterator
14
 *
14
 *
15
 * @author Daniel Marschall, Big thanks to the users of MatheBoard.de
15
 * @author Daniel Marschall, Big thanks to the users of MatheBoard.de
16
 * @see http://www.matheboard.de/archive/435725/thread.html
16
 * @see http://www.matheboard.de/archive/435725/thread.html
17
 */
17
 */
18
public class ImmortableNumberSearch {
18
public class ImmortalNumberSearch {
19
 
19
 
20
        private static final String SIGNATURE = "Immortal Number Report File Version 2.02";
20
        private static final String SIGNATURE = "Immortal Number Report File Version 2.02";
21
        private static final String SIGNATURE_MINOR = "Iterator GenX Java (100k save-interval, load-integrity-check, int32-r, array-object) r29";
21
        private static final String SIGNATURE_MINOR = "Iterator GenX Java (100k save-interval, load-integrity-check, int32-r, array-object) r29";
22
        private static final String END_SIG = "END OF REPORT";
22
        private static final String END_SIG = "END OF REPORT";
23
        private static final int SOFTBREAK = 76;
23
        private static final int SOFTBREAK = 76;
Line 58... Line 58...
58
                        System.out.println(timestamp + " - " + s); // FURUE: In eine
58
                        System.out.println(timestamp + " - " + s); // FURUE: In eine
59
                                                                                                                // Log-Datei schreiben
59
                                                                                                                // Log-Datei schreiben
60
                }
60
                }
61
        }
61
        }
62
 
62
 
63
        public ImmortableNumberSearch(String filename) throws LoadException {
63
        public ImmortalNumberSearch(String filename) throws LoadException {
64
                this.filename = filename;
64
                this.filename = filename;
65
                load();
65
                load();
66
        }
66
        }
67
 
67
 
68
        public String getBackupDir() {
68
        public String getBackupDir() {