SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.util
Class FileUtil

java.lang.Object
  |
  +--org.sourcejammer.util.FileUtil

public class FileUtil
extends java.lang.Object

Static functions related to files.


Method Summary
static long fileCheckSum(byte[] file)
          Returns the sum of all bytes in the byte array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fileCheckSum

public static long fileCheckSum(byte[] file)
Returns the sum of all bytes in the byte array.

SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan