|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.hdf.extractor.Utils
@Deprecated public final class Utils
Comment me
| Constructor Summary | |
|---|---|
Utils()
Deprecated. |
|
| Method Summary | |
|---|---|
static int |
convertBytesToInt(byte[] array,
int offset)
Deprecated. |
static int |
convertBytesToInt(byte firstByte,
byte secondByte,
byte thirdByte,
byte fourthByte)
Deprecated. |
static short |
convertBytesToShort(byte[] array,
int offset)
Deprecated. |
static short |
convertBytesToShort(byte firstByte,
byte secondByte)
Deprecated. |
static int |
convertUnsignedByteToInt(byte b)
Deprecated. |
static char |
getUnicodeCharacter(byte[] array,
int offset)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utils()
| Method Detail |
|---|
public static short convertBytesToShort(byte firstByte,
byte secondByte)
public static int convertBytesToInt(byte firstByte,
byte secondByte,
byte thirdByte,
byte fourthByte)
public static short convertBytesToShort(byte[] array,
int offset)
public static int convertBytesToInt(byte[] array,
int offset)
public static int convertUnsignedByteToInt(byte b)
public static char getUnicodeCharacter(byte[] array,
int offset)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||