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

Packages that use WritingNotSupportedException
org.apache.poi.hpsf
 
org.apache.poi.hpsf.examples   
 

Uses of WritingNotSupportedException in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf that throw WritingNotSupportedException
static int VariantSupport.write(java.io.OutputStream out, long type, java.lang.Object value, int codepage)
          Writes a variant value to an output stream.
 int MutableSection.write(java.io.OutputStream out)
          Writes this section into an output stream.
 void MutablePropertySet.write(java.io.OutputStream out)
          Writes the property set to an output stream.
 java.io.InputStream MutablePropertySet.toInputStream()
          Returns the contents of this property set stream as an input stream.
 int MutableProperty.write(java.io.OutputStream out, int codepage)
          Writes the property to an output stream.
protected  int Property.getSize()
          Returns the property's size in bytes.
 

Uses of WritingNotSupportedException in org.apache.poi.hpsf.examples
 

Methods in org.apache.poi.hpsf.examples that throw WritingNotSupportedException
static void WriteTitle.main(java.lang.String[] args)
          Runs the example program.
 



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