public class ByteArrayConvert extends Object
Converting byte array
Copyright: Copyright (c) 2003
Company:
| Constructor and Description |
|---|
ByteArrayConvert() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toByte(char c) |
static void |
toByte(char c,
byte[] abyte0,
int offset) |
static byte[] |
toByte(double d) |
static void |
toByte(double d,
byte[] abyte0,
int offset) |
static byte[] |
toByte(float f) |
static void |
toByte(float f,
byte[] abyte0,
int offset) |
static byte[] |
toByte(int i) |
static void |
toByte(int i,
byte[] abyte0,
int offset) |
static byte[] |
toByte(long l) |
static void |
toByte(long l,
byte[] abyte0,
int offset) |
static byte[] |
toByte(short word0) |
static void |
toByte(short word0,
byte[] abyte0,
int offset) |
static char |
toChar(byte[] abyte0) |
static char |
toChar(byte[] abyte0,
int offset) |
static double |
toDouble(byte[] abyte0) |
static double |
toDouble(byte[] abyte0,
int offset) |
static float |
toFloat(byte[] abyte0) |
static float |
toFloat(byte[] abyte0,
int offset) |
static String |
toHexString(byte[] data,
int offset,
int len) |
static int |
toInt(byte[] abyte0) |
static int |
toInt(byte[] abyte0,
int offset) |
static long |
toLong(byte[] abyte0) |
static long |
toLong(byte[] abyte0,
int offset) |
static short |
toShort(byte[] abyte0) |
static short |
toShort(byte[] abyte0,
int offset) |
public static final byte[] toByte(int i)
public static final void toByte(int i,
byte[] abyte0,
int offset)
public static final byte[] toByte(short word0)
public static final void toByte(short word0,
byte[] abyte0,
int offset)
public static final byte[] toByte(long l)
public static final void toByte(long l,
byte[] abyte0,
int offset)
public static final byte[] toByte(char c)
public static final void toByte(char c,
byte[] abyte0,
int offset)
public static final byte[] toByte(float f)
public static final void toByte(float f,
byte[] abyte0,
int offset)
public static final byte[] toByte(double d)
public static final void toByte(double d,
byte[] abyte0,
int offset)
public static final int toInt(byte[] abyte0,
int offset)
public static final int toInt(byte[] abyte0)
public static final short toShort(byte[] abyte0,
int offset)
public static final short toShort(byte[] abyte0)
public static final long toLong(byte[] abyte0,
int offset)
public static final long toLong(byte[] abyte0)
public static final char toChar(byte[] abyte0,
int offset)
public static final char toChar(byte[] abyte0)
public static final float toFloat(byte[] abyte0,
int offset)
public static final float toFloat(byte[] abyte0)
public static final double toDouble(byte[] abyte0,
int offset)
public static final double toDouble(byte[] abyte0)
public static String toHexString(byte[] data, int offset, int len)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.