java.lang. Object
|
+Object()
+getClass() :java.lang.Class
+hashCode() :int
+equals(java.lang.Object ) :boolean
#clone() :java.lang.Object
+toString() :java.lang.String
+notify() :void
+notifyAll() :void
+wait(long ) :void
+wait(long , int ) :void
+wait() :void
#finalize() :void
|
|
|
|
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
|
|
|
|
|