Modifier and Type | Method and Description |
---|---|
Config |
ISO8583II.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ISO8583II.setConfig(Config con) |
void |
Message.setISOField(ISOField f,
Config conf)
Set and ISOField in message and automatically create or update bitmaps as needed-
|
Constructor and Description |
---|
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
|
Copyright © 2002-2015 AZS Services Ltd. All Rights Reserved.