src/main/java/de/uapcore/sudoku/DocumentHandler.java

changeset 11
f7433671fec5
parent 10
369903afbb29
child 12
1c62c6009161
equal deleted inserted replaced
10:369903afbb29 11:f7433671fec5
29 import java.io.*; 29 import java.io.*;
30 import java.util.regex.Matcher; 30 import java.util.regex.Matcher;
31 import java.util.regex.Pattern; 31 import java.util.regex.Pattern;
32 32
33 /** 33 /**
34 * 34 * Implements load and save routines.
35 */ 35 */
36 public class DocumentHandler { 36 public class DocumentHandler {
37 37
38 private String filename; 38 private String filename;
39 39

mercurial