|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpsf.Property org.apache.poi.hpsf.MutableProperty
@Deprecated @Removal(version="3.18") public class MutableProperty
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 |
---|
public MutableProperty()
public MutableProperty(Property p)
public MutableProperty(long id, long type, java.lang.Object value)
public MutableProperty(long id, byte[] src, long offset, int length, int codepage) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public MutableProperty(long id, LittleEndianByteArrayInputStream leis, int length, int codepage) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |