Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.hdf » extractor » [javadoc | source]
org.apache.poi.hdf.extractor
public class: Utils [javadoc | source]
java.lang.Object
   org.apache.poi.hdf.extractor.Utils
Comment me
Method from org.apache.poi.hdf.extractor.Utils Summary:
convertBytesToInt,   convertBytesToInt,   convertBytesToShort,   convertBytesToShort,   convertUnsignedByteToInt,   getUnicodeCharacter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hdf.extractor.Utils Detail:
 public static int convertBytesToInt(byte[] array,
    int offset) 
 public static int convertBytesToInt(byte firstByte,
    byte secondByte,
    byte thirdByte,
    byte fourthByte) 
 public static short convertBytesToShort(byte firstByte,
    byte secondByte) 
 public static short convertBytesToShort(byte[] array,
    int offset) 
 public static int convertUnsignedByteToInt(byte b) 
 public static char getUnicodeCharacter(byte[] array,
    int offset)