ParsingFramework.MicroOperations
Class BinaryLong

java.lang.Object
  extended by ParsingFramework.MicroOperations.BinaryLong

public class BinaryLong
extends java.lang.Object

Micro Parser for Parsing and Composing Longs from/to binary data.

Author:
Paul Grace

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

BinaryLong

public BinaryLong(IParseOperations parent)
Method Detail

inLong

public static long inLong(java.util.BitSet data)

inLong

public static long inLong(byte[] bytes)

outLong

public java.util.BitSet outLong(java.lang.Long Value,
                                int Size)