ParsingFramework.MicroOperations
Class BinaryDouble

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

public class BinaryDouble
extends java.lang.Object

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

Author:
Paul Grace

Constructor Summary
BinaryDouble(IParseOperations parent)
           
 
Method Summary
 double inDouble(byte[] bytes)
           
 java.util.BitSet outDouble(java.lang.Double val, int Size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryDouble

public BinaryDouble(IParseOperations parent)
Method Detail

inDouble

public double inDouble(byte[] bytes)

outDouble

public java.util.BitSet outDouble(java.lang.Double val,
                                  int Size)