| java.lang.Object org.apache.poi.hdf.extractor.Utils
Utils | public class Utils (Code) | | Comment me
author: Ryan Ackley |
convertBytesToInt | public static int convertBytesToInt(byte firstByte, byte secondByte, byte thirdByte, byte fourthByte)(Code) | | |
convertBytesToInt | public static int convertBytesToInt(byte[] array, int offset)(Code) | | |
convertBytesToShort | public static short convertBytesToShort(byte firstByte, byte secondByte)(Code) | | |
convertBytesToShort | public static short convertBytesToShort(byte[] array, int offset)(Code) | | |
convertUnsignedByteToInt | public static int convertUnsignedByteToInt(byte b)(Code) | | |
getUnicodeCharacter | public static char getUnicodeCharacter(byte[] array, int offset)(Code) | | |
|
|