public class EBCDIC
extends java.lang.Object
Constructor and Description |
---|
EBCDIC() |
Modifier and Type | Method and Description |
---|---|
static byte |
fromAscii(byte ascii) |
static byte[] |
fromAscii(byte[] ascii) |
static byte[] |
fromAscii(byte[] ascii,
int offs,
int len) |
static byte |
toAscii(byte ebcdic) |
static byte[] |
toAscii(byte[] ebcdic) |
static byte[] |
toAscii(byte[] ebcdic,
int offs,
int len) |
public static final byte toAscii(byte ebcdic)
ebcdic
- public static final byte[] toAscii(byte[] ebcdic)
public static final byte[] toAscii(byte[] ebcdic, int offs, int len)
ebcdic
- offs
- len
- public static final byte fromAscii(byte ascii)
ascii
- public static final byte[] fromAscii(byte[] ascii)
public static final byte[] fromAscii(byte[] ascii, int offs, int len)
ascii
- offs
- len
- Copyright © 2002-2015 AZS Services Ltd. All Rights Reserved.