org.apache.poi.hdf.extractor
Class Utils
java.lang.Object
org.apache.poi.hdf.extractor.Utils
- public class Utils
- extends java.lang.Object
Comment me
- Author:
- Ryan Ackley
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
convertBytesToShort
public static short convertBytesToShort(byte firstByte,
byte secondByte)
convertBytesToInt
public static int convertBytesToInt(byte firstByte,
byte secondByte,
byte thirdByte,
byte fourthByte)
convertBytesToShort
public static short convertBytesToShort(byte[] array,
int offset)
convertBytesToInt
public static int convertBytesToInt(byte[] array,
int offset)
convertUnsignedByteToInt
public static int convertUnsignedByteToInt(byte b)
getUnicodeCharacter
public static char getUnicodeCharacter(byte[] array,
int offset)
Copyright © 2003 Apache Software Foundation.