@Deprecated @Removal(version="3.18") public class MutableProperty extends Property
DEFAULT_CODEPAGE
Constructor and Description |
---|
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.
|
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
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.