AZS

Uses of Class
com.a2zss.ISO8583.Config

Uses of Config in com.a2zss.ISO8583
 

Methods in com.a2zss.ISO8583 that return Config
 Config ISO8583II.getConfig()
           
 

Methods in com.a2zss.ISO8583 with parameters of type Config
 void ISO8583II.setConfig(Config con)
           
 

Constructors in com.a2zss.ISO8583 with parameters of type Config
Bitmap(int bit, byte[] buf, Config c)
          contructs a bitmap from byte buffer with spetsified field number
Bitmap(int bit, byte[] buf, int v, Config c)
           
Bitmap(int bit, byte[] buf, int offs, int len, Config c)
          contructs a bitmap with spetsified field number from byte buffer from offset to offset + len
Bitmap(int bit, Config c)
          contructs a empty bitmap with spetsified field number
Bitmap(int bit, int ver, Config c)
          contructs a empty bitmap with spetsified field number and version
ISO8583II(Config con)
          Class constructor
ISOField(int bit, byte[] buf, Config c)
          Creates an ISOField object with specified bitno and data buffer (version 0)
ISOField(int bit, byte[] buf, int v, Config c)
          Creates an ISOField object with specified bitno and data buffer and ISO8583 version
ISOField(int bit, byte[] buf, int offs, int len, Config c)
          Creates an ISOField object with specified bitno and data buffer (version 0)
ISOField(int bit, byte[] buf, int offs, int len, int v, Config c)
          Creates an ISOField object with specified bitno and data buffer
ISOField(int bit, java.lang.String value, Config c)
          Creates an ISOField object with specified bitno and String value (version 0)
ISOField(int bit, java.lang.String value, int v, Config c)
          Creates an ISOField object with specified bitno and String value and ISO8583 version
 


AZS

Copyright © 2002-2010 AZS Services Ltd. All Rights Reserved.