it.imolinfo.jbi4cics.typemapping.cobol
Class ZonedMarshaller

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

public class ZonedMarshaller
extends java.lang.Object


Constructor Summary
ZonedMarshaller()
          void constructor.
 
Method Summary
static void marshallZoned(java.math.BigDecimal value, byte[] buffer, int startingOffset, int size, boolean signed, int virtualDecimalPoint, int signFormat, java.lang.String codePage)
           
static java.math.BigDecimal unmarshallZoned(byte[] buffer, int startingOffset, int size, boolean signed, int virtualDecimalPoint, int signFormat, java.lang.String codePage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZonedMarshaller

public ZonedMarshaller()
void constructor.

Method Detail

marshallZoned

public static void marshallZoned(java.math.BigDecimal value,
                                 byte[] buffer,
                                 int startingOffset,
                                 int size,
                                 boolean signed,
                                 int virtualDecimalPoint,
                                 int signFormat,
                                 java.lang.String codePage)

unmarshallZoned

public static java.math.BigDecimal unmarshallZoned(byte[] buffer,
                                                   int startingOffset,
                                                   int size,
                                                   boolean signed,
                                                   int virtualDecimalPoint,
                                                   int signFormat,
                                                   java.lang.String codePage)
                                            throws FormatException
Throws:
FormatException


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