Uses of Class
org.apache.poi.util.LittleEndianByteArrayInputStream
-
Packages that use LittleEndianByteArrayInputStream Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of LittleEndianByteArrayInputStream in org.apache.poi.hpsf
Constructors in org.apache.poi.hpsf with parameters of type LittleEndianByteArrayInputStream Constructor Description Property(long id, LittleEndianByteArrayInputStream leis, int length, int codepage)
Creates a Property instance by reading its bytes from the property set stream.
-