comparison artifacts-common/src/main/java/de/intevation/artifacts/common/utils/FileTools.java @ 453:a2efc9d65a11 2.9.8

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 28 Dec 2012 13:32:32 +0100
parents b79a3598818c
children afbe26bb9895
comparison
equal deleted inserted replaced
452:b79a3598818c 453:a2efc9d65a11
132 } 132 }
133 133
134 return curr; 134 return curr;
135 } 135 }
136 136
137 /** Object that can calculate hash of file, compare two hashed files etc. */
137 public static class HashedFile 138 public static class HashedFile
138 implements Comparable<HashedFile> 139 implements Comparable<HashedFile>
139 { 140 {
140 protected File file; 141 protected File file;
141 protected long length; 142 protected long length;

http://dive4elements.wald.intevation.org