ParsingFramework.MicroOperations
Class BinaryFloat

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

public class BinaryFloat
extends java.lang.Object

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

Author:
Paul Grace

Constructor Summary
BinaryFloat(IParseOperations parent)
           
 
Method Summary
 float inFloat(byte[] bytes)
           
 java.util.BitSet outFloat(java.lang.Float val, int Size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFloat

public BinaryFloat(IParseOperations parent)
Method Detail

inFloat

public float inFloat(byte[] bytes)

outFloat

public java.util.BitSet outFloat(java.lang.Float val,
                                 int Size)