Uses of Class
org.apache.poi.util.LittleEndianByteArrayInputStream
-
Packages that use LittleEndianByteArrayInputStream Package Description org.apache.poi.hpsf org.apache.poi.hslf.record -
-
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 aProperty
instance by reading its bytes from the property set stream. -
Uses of LittleEndianByteArrayInputStream in org.apache.poi.hslf.record
Constructors in org.apache.poi.hslf.record with parameters of type LittleEndianByteArrayInputStream Constructor Description TextSpecInfoRun(LittleEndianByteArrayInputStream source)
-