Uses of Class
org.apache.poi.hpsf.NoPropertySetStreamException

Packages that use NoPropertySetStreamException
org.apache.poi.contrib.poibrowser
 
org.apache.poi.hpsf
 
 

Uses of NoPropertySetStreamException in org.apache.poi.contrib.poibrowser
 

Constructors in org.apache.poi.contrib.poibrowser that throw NoPropertySetStreamException
PropertySetDescriptor(java.lang.String name, POIFSDocumentPath path, DocumentInputStream stream, int nrOfBytesToDump)
          Creates a PropertySetDescriptor by reading a PropertySet from a DocumentInputStream.
 

Uses of NoPropertySetStreamException in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf that throw NoPropertySetStreamException
static PropertySet PropertySetFactory.create(java.io.InputStream stream)
          Creates the most specific PropertySet from an InputStream.
 

Constructors in org.apache.poi.hpsf that throw NoPropertySetStreamException
PropertySet(byte[] stream)
          Creates a PropertySet instance from a byte array that represents a stream in the Horrible Property Set Format.
PropertySet(byte[] stream, int offset, int length)
          Creates a PropertySet instance from a byte array that represents a stream in the Horrible Property Set Format.
PropertySet(java.io.InputStream stream)
          Creates a PropertySet instance from an InputStream in the Horrible Property Set Format.
 



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