|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.a2zss.ISO8583.Encoder
public class Encoder
Encodes characters to printable range & # ~ things... 0x20...0x7E as is 0x01...0x1F # + x 0x80...0xFF & + x
| Method Summary | |
|---|---|
static byte[] |
decode(byte[] in)
decodes the actual encoded bytes incl cflag and ccc |
static byte[] |
encode(byte[] in)
|
static byte |
fromChar(byte in)
converts single byte value car value to sigle number char value param 32 returns 0 |
static byte |
toChar(byte in)
converts single byte value to sigle number char value param 0 returns 32 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final byte[] decode(byte[] in)
in -
public static final byte[] encode(byte[] in)
in -
public static final byte toChar(byte in)
public static final byte fromChar(byte in)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||