OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 177
Line 39... Line 39...
39
                throw new NullPointerException();
39
                throw new NullPointerException();
40
            // ignore
40
            // ignore
41
        }
41
        }
42
    };
42
    };
43
 
43
 
-
 
44
    public static final File NULL_FILE = new File(System.getProperty("os.name").startsWith("Windows") ? "NUL" : "/dev/null");
-
 
45
 
44
    /**
46
    /**
45
     * Verbatim copy an entry from input to output stream.
47
     * Verbatim copy an entry from input to output stream.
46
     * 
48
     * 
47
     * @param in the source.
49
     * @param in the source.
48
     * @param out the destination.
50
     * @param out the destination.