|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hpsf.TypeReader
Reader for specific data types.
Property
,
Variant
Constructor Summary | |
TypeReader()
|
Method Summary | |
static java.lang.Object |
read(byte[] src,
int offset,
int length,
int type)
Reads a variant data type from a byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeReader()
Method Detail |
public static java.lang.Object read(byte[] src, int offset, int length, int type)
Reads a variant data type from a byte array.
src
- The byte arrayoffset
- The offset in the byte array where the variant
startslength
- The length of the variant including the variant
type fieldtype
- The variant type to read
Long
, a
VT_LPSTR as a String
.Variant
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |