Uses of Class
org.apache.poi.hpsf.ReadingNotSupportedException
-
Packages that use ReadingNotSupportedException Package Description org.apache.poi.hpsf -
-
Uses of ReadingNotSupportedException in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that throw ReadingNotSupportedException Modifier and Type Method Description static java.lang.Object
VariantSupport. read(byte[] src, int offset, int length, long type, int codepage)
Reads a variant type from a byte array.static java.lang.Object
VariantSupport. read(LittleEndianByteArrayInputStream lei, int length, long type, int codepage)
-