it.imolinfo.jbi4cics.typemapping.cobol
Class IntegerMarshaller

java.lang.Object
  extended by it.imolinfo.jbi4cics.typemapping.cobol.IntegerMarshaller

public class IntegerMarshaller
extends java.lang.Object


Constructor Summary
IntegerMarshaller()
           
 
Method Summary
static void marshallInteger(java.math.BigInteger value, byte[] buffer, int startingOffset, int size, boolean isBigEndian)
           
static java.math.BigInteger unmarshallInteger(byte[] buffer, int startingOffset, int size, boolean isBigEndian)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerMarshaller

public IntegerMarshaller()
Method Detail

marshallInteger

public static void marshallInteger(java.math.BigInteger value,
                                   byte[] buffer,
                                   int startingOffset,
                                   int size,
                                   boolean isBigEndian)
                            throws FormatException
Throws:
FormatException

unmarshallInteger

public static java.math.BigInteger unmarshallInteger(byte[] buffer,
                                                     int startingOffset,
                                                     int size,
                                                     boolean isBigEndian)


Copyright © 2005-2007 Imola Informatica. All Rights Reserved.