public static class PropertyValue.BytesStore extends Object implements PropertyValue, Serializable
PropertyValue.BytesStore, PropertyValue.Factory<P extends PropertyValue>, PropertyValue.SealedStore, PropertyValue.Strategy, PropertyValue.StringStore| Constructor and Description |
|---|
BytesStore(byte[] value) |
BytesStore(char[] value) |
BytesStore(CharSequence aString) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue.Factory<PropertyValue.BytesStore> |
getFactory() |
CharSequence |
getValue() |
byte[] |
getValueAsBytes() |
char[] |
getValueAsChars() |
String |
getValueAsString() |
boolean |
isProtected() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbytesToChars, bytesToCharSequence, charSequenceToBytes, charsToBytespublic BytesStore(CharSequence aString)
public BytesStore(char[] value)
public BytesStore(byte[] value)
public static PropertyValue.Factory<PropertyValue.BytesStore> getFactory()
public String getValueAsString()
getValueAsString in interface PropertyValuepublic CharSequence getValue()
getValue in interface PropertyValuepublic char[] getValueAsChars()
getValueAsChars in interface PropertyValuepublic byte[] getValueAsBytes()
getValueAsBytes in interface PropertyValuepublic boolean isProtected()
isProtected in interface PropertyValueCopyright © 2025. All rights reserved.