Util

java.lang. Object
+Object()
+hashCode() :int
#finalize() :void
+notify() :void
+notifyAll() :void
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
+getClass() :java.lang.Class
#clone() :java.lang.Object
+equals(java.lang.Object ) :boolean
+toString() :java.lang.String
org.apache.poi.hpsf. Util
+EPOCH_DIFF :long
+Util()
+equal(byte[] a, byte[] b) :boolean
+copy(byte[] src, int srcOffset, int length, byte[] dst, int dstOffset) :void
+cat(byte[][] byteArrays) :byte[]
+copy(byte[] src, int offset, int length) :byte[]
+filetimeToDate(int high, int low) :java.util.Date