|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectParsingFramework.MicroOperations.BinaryLong
public class BinaryLong
Micro Parser for Parsing and Composing Longs from/to binary data.
| Constructor Summary | |
|---|---|
BinaryLong(IParseOperations parent)
|
|
| Method Summary | |
|---|---|
static long |
inLong(java.util.BitSet data)
|
static long |
inLong(byte[] bytes)
|
java.util.BitSet |
outLong(java.lang.Long Value,
int Size)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryLong(IParseOperations parent)
| Method Detail |
|---|
public static long inLong(java.util.BitSet data)
public static long inLong(byte[] bytes)
public java.util.BitSet outLong(java.lang.Long Value,
int Size)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||