it.imolinfo.jbi4cics.typemapping.cobol
Class IntegerMarshaller
java.lang.Object
it.imolinfo.jbi4cics.typemapping.cobol.IntegerMarshaller
public class IntegerMarshaller
- extends java.lang.Object
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 |
IntegerMarshaller
public IntegerMarshaller()
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.