Uses of Class
org.docx4j.org.apache.poi.util.LittleEndianByteArrayInputStream
Packages that use LittleEndianByteArrayInputStream
-
Uses of LittleEndianByteArrayInputStream in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf with parameters of type LittleEndianByteArrayInputStreamModifier and TypeMethodDescriptionvoidArray.read(LittleEndianByteArrayInputStream lei) voidFiletime.read(LittleEndianByteArrayInputStream lei) voidTypedPropertyValue.read(LittleEndianByteArrayInputStream lei) static ObjectVariantSupport.read(LittleEndianByteArrayInputStream lei, int length, long type, int codepage) voidTypedPropertyValue.readValue(LittleEndianByteArrayInputStream lei) Constructors in org.docx4j.org.apache.poi.hpsf with parameters of type LittleEndianByteArrayInputStreamModifierConstructorDescriptionProperty(long id, LittleEndianByteArrayInputStream leis, int length, int codepage) Creates a Property instance by reading its bytes from the property set stream.