public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static short[] |
byteArrayToShortArray(byte[] bytes) |
static short |
bytesToShort(byte[] bytes) |
static short |
bytesToShort(byte byte1,
byte byte2) |
static void |
copy(float[] x,
float[] y,
int L) |
static void |
copy(float[] x,
int xs,
float[] y,
int ys,
int L) |
static byte[] |
floatArrayToByteArray(float[] data,
int length) |
static void |
fwrite16(float[] data,
int length,
OutputStream fp) |
static short |
random_g729() |
static void |
set_zero(float[] x,
int L) |
static byte[] |
shortArrayToByteArray(short[] values) |
static byte[] |
shortToBytes(int myInt) |
public static void set_zero(float[] x,
int L)
public static void copy(float[] x,
float[] y,
int L)
public static void copy(float[] x,
int xs,
float[] y,
int ys,
int L)
public static short random_g729()
public static byte[] floatArrayToByteArray(float[] data,
int length)
public static void fwrite16(float[] data,
int length,
OutputStream fp)
public static byte[] shortToBytes(int myInt)
public static short bytesToShort(byte[] bytes)
public static short bytesToShort(byte byte1,
byte byte2)
public static short[] byteArrayToShortArray(byte[] bytes)
public static byte[] shortArrayToByteArray(short[] values)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.