org.apache.poi.hpsf
Class MutableProperty

java.lang.Object
  extended by org.apache.poi.hpsf.Property
      extended by org.apache.poi.hpsf.MutableProperty
Direct Known Subclasses:
CustomProperty

Deprecated. POI 3.16 - use Property as base class instead

@Deprecated
@Removal(version="3.18")
public class MutableProperty
extends Property

Adds writing capability to the Property class.

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


Field Summary
 
Fields inherited from class org.apache.poi.hpsf.Property
DEFAULT_CODEPAGE
 
Constructor Summary
MutableProperty()
          Deprecated.  
MutableProperty(long id, byte[] src, long offset, int length, int codepage)
          Deprecated.  
MutableProperty(long id, LittleEndianByteArrayInputStream leis, int length, int codepage)
          Deprecated.  
MutableProperty(long id, long type, java.lang.Object value)
          Deprecated.  
MutableProperty(Property p)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.poi.hpsf.Property
equals, getID, getSize, getType, getValue, hashCode, setID, setType, setValue, toString, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableProperty

public MutableProperty()
Deprecated. 

MutableProperty

public MutableProperty(Property p)
Deprecated. 

MutableProperty

public MutableProperty(long id,
                       long type,
                       java.lang.Object value)
Deprecated. 

MutableProperty

public MutableProperty(long id,
                       byte[] src,
                       long offset,
                       int length,
                       int codepage)
                throws java.io.UnsupportedEncodingException
Deprecated. 
Throws:
java.io.UnsupportedEncodingException

MutableProperty

public MutableProperty(long id,
                       LittleEndianByteArrayInputStream leis,
                       int length,
                       int codepage)
                throws java.io.UnsupportedEncodingException
Deprecated. 
Throws:
java.io.UnsupportedEncodingException