it.imolinfo.jbi4cics.typemapping.cobol
Class StringMarshaller

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

public class StringMarshaller
extends java.lang.Object


Constructor Summary
StringMarshaller()
          void constructor.
 
Method Summary
static void marshallStringIntoBuffer(java.lang.String value, byte[] buffer, int startingOffset, java.lang.String codePage, int size, int justification, java.lang.String padCharStr)
           
static java.lang.String unmarshallString(byte[] buffer, int startingOffset, java.lang.String codePage, int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMarshaller

public StringMarshaller()
void constructor.

Method Detail

marshallStringIntoBuffer

public static void marshallStringIntoBuffer(java.lang.String value,
                                            byte[] buffer,
                                            int startingOffset,
                                            java.lang.String codePage,
                                            int size,
                                            int justification,
                                            java.lang.String padCharStr)
                                     throws FormatException
Throws:
FormatException

unmarshallString

public static java.lang.String unmarshallString(byte[] buffer,
                                                int startingOffset,
                                                java.lang.String codePage,
                                                int size)
                                         throws FormatException
Throws:
FormatException


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