Uses of Class
org.apache.poi.util.LittleEndianByteArrayInputStream

Packages that use LittleEndianByteArrayInputStream
org.apache.poi.hpsf
 
org.apache.poi.hslf.record   
 

Uses of LittleEndianByteArrayInputStream in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf with parameters of type LittleEndianByteArrayInputStream
static java.lang.Object VariantSupport.read(LittleEndianByteArrayInputStream lei, int length, long type, int codepage)
           
 

Constructors in org.apache.poi.hpsf with parameters of type LittleEndianByteArrayInputStream
MutableProperty(long id, LittleEndianByteArrayInputStream leis, int length, int codepage)
          Deprecated.  
Property(long id, LittleEndianByteArrayInputStream leis, int length, int codepage)
          Creates a Property 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
TextSpecInfoRun(LittleEndianByteArrayInputStream source)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.