|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectParsingFramework.MicroOperations.BinaryString
public class BinaryString
Micro Parser for Parsing and Composing Strings from/to binary data.
| Constructor Summary | |
|---|---|
BinaryString(IParseOperations parent)
|
|
| Method Summary | |
|---|---|
java.lang.String |
inNString(byte[] bytes2)
|
java.lang.String |
inString(byte[] bytes)
Covert a byte array to a Java String value |
byte[] |
outNString(java.lang.String val,
int Size)
Create a byte array for the given string |
byte[] |
outString(byte[] val,
int Size)
|
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 BinaryString(IParseOperations parent)
| Method Detail |
|---|
public java.lang.String inString(byte[] bytes)
bytes - The array of bytes
public java.lang.String inNString(byte[] bytes2)
public byte[] outString(java.lang.String val,
int Size)
val - Size -
public byte[] outString(byte[] val,
int Size)
public byte[] outNString(java.lang.String val,
int Size)
val - Size -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||