ParsingFramework.MicroOperations
Class BinaryChar

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

public class BinaryChar
extends java.lang.Object

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

Author:
Paul Grace

Constructor Summary
BinaryChar(IParseOperations parent)
           
 
Method Summary
 char inChar(byte[] bytes)
           
 java.util.BitSet outChar(java.lang.Character val, int Size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryChar

public BinaryChar(IParseOperations parent)
Method Detail

inChar

public char inChar(byte[] bytes)

outChar

public java.util.BitSet outChar(java.lang.Character val,
                                int Size)