ParsingFramework.MicroOperations
Class BinaryByteArray

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

public class BinaryByteArray
extends java.lang.Object

Micro Parser for Parsing and Composing Byte[] arrays from/to binary data.

Author:
Paul Grace

Constructor Summary
BinaryByteArray(IParseOperations parent)
           
 
Method Summary
 byte[] inOctets(byte[] bytes)
           
 byte[] outOctets(byte[] val, int Size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryByteArray

public BinaryByteArray(IParseOperations parent)
Method Detail

inOctets

public byte[] inOctets(byte[] bytes)

outOctets

public byte[] outOctets(byte[] val,
                        int Size)