public class Encoder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
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)
Copyright © 2002-2015 AZS Services Ltd. All Rights Reserved.