|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParsingFramework.MicroOperations.TextString
public class TextString
Micro Parser for Parsing and Composing Integers from/to XML data.
Constructor Summary | |
---|---|
TextString(IParseOperations parent)
|
Method Summary | |
---|---|
java.lang.String |
inString(byte[] bytes)
Covert a byte array to a Java String value |
byte[] |
outString(java.lang.String val,
int Size)
Create a byte array for the given string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextString(IParseOperations parent)
Method Detail |
---|
public java.lang.String inString(byte[] bytes)
bytes
- The array of bytes
public byte[] outString(java.lang.String val, int Size)
val
- Size
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |