public class PathAndKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
END_MARKER |
protected String |
key |
static int |
ML |
protected String |
path |
protected String |
pathAndKey |
static String |
START_MARKER |
| Constructor and Description |
|---|
PathAndKey() |
PathAndKey(PathAndKey ts) |
PathAndKey(String pathAndKey) |
PathAndKey(String path,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(DmcInputStreamIF dis) |
String |
key() |
String |
path() |
void |
serializeIt(DmcOutputStreamIF dos) |
public static final int ML
public static final String START_MARKER
public static final String END_MARKER
protected String pathAndKey
protected String path
protected String key
public PathAndKey()
public PathAndKey(String pathAndKey) throws DmcValueException
DmcValueExceptionpublic PathAndKey(String path, String key) throws DmcValueException
DmcValueExceptionpublic PathAndKey(PathAndKey ts)
public String path()
public String key()
public void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
ExceptionCopyright © 2023. All rights reserved.