org.apache.poi.hpsf
Class MutableSection

java.lang.Object
  extended by org.apache.poi.hpsf.Section
      extended by org.apache.poi.hpsf.MutableSection

Deprecated. POI 3.16 - use Section as base class instead

@Removal(version="3.18")
public class MutableSection
extends Section

Adds writing capability to the Section class.

Please be aware that this class' functionality will be merged into the Section class at a later time, so the API will change.


Constructor Summary
MutableSection()
          Deprecated.  
MutableSection(byte[] src, int offset)
          Deprecated.  
MutableSection(Section s)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.poi.hpsf.Section
clear, equals, getCodepage, getDictionary, getFormatID, getOffset, getPIDString, getProperties, getProperty, getPropertyBooleanValue, getPropertyCount, getPropertyIntValue, getSize, hashCode, removeProperty, setCodepage, setDictionary, setFormatID, setFormatID, setProperties, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertyBooleanValue, toString, toString, wasNull, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableSection

public MutableSection()
Deprecated. 

MutableSection

public MutableSection(Section s)
Deprecated. 

MutableSection

public MutableSection(byte[] src,
                      int offset)
               throws java.io.UnsupportedEncodingException
Deprecated. 
Throws:
java.io.UnsupportedEncodingException