public class RMString extends Object implements RMDataStructure, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] str) |
static RMString |
create(byte[] str) |
static RMString |
create(String str) |
Slice |
getAsSlice() |
byte[] |
getStoredData() |
String |
getStoredDataAsString() |
String |
getTypeName() |
void |
raiseTypeCastException() |
int |
size() |
public byte[] getStoredData()
public String getStoredDataAsString()
public static RMString create(byte[] str)
public void add(byte[] str)
public int size()
public void raiseTypeCastException()
raiseTypeCastException in interface RMDataStructurepublic String getTypeName()
getTypeName in interface RMDataStructurepublic Slice getAsSlice()
getAsSlice in interface RMDataStructureCopyright © 2023. All rights reserved.