electric.util.encoding
Class HexEncoding
java.lang.Object
electric.util.encoding.HexEncoding
- public class HexEncoding
- extends java.lang.Object
HexEncoding
- Author:
- webMethods
Method Summary |
static byte[] |
decode(byte[] in)
|
static int |
decode(byte[] in,
int inOff,
int length,
byte[] out,
int outOff)
|
static byte[] |
decode(java.lang.String string)
|
static byte[] |
encode(byte[] in)
|
static int |
encode(byte[] in,
int inOff,
int length,
byte[] out,
int outOff)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexEncoding
public HexEncoding()
encode
public static byte[] encode(byte[] in)
- Parameters:
in
-
encode
public static int encode(byte[] in,
int inOff,
int length,
byte[] out,
int outOff)
- Parameters:
in
- inOff
- length
- out
- outOff
-
decode
public static byte[] decode(byte[] in)
- Parameters:
in
-
decode
public static int decode(byte[] in,
int inOff,
int length,
byte[] out,
int outOff)
- Parameters:
in
- inOff
- length
- out
- outOff
-
decode
public static byte[] decode(java.lang.String string)
- Parameters:
string
-
copyright© 2001-2004 by webMethods All Rights Reserved.