public class UniLog extends Object
Constructor and Description |
---|
UniLog() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
createBytes(short[] aShorts) |
static byte[] |
createBytes(short[] aShorts,
int aLength) |
static byte[] |
createReverseBytes(short[] aShorts,
int aLength) |
static void |
debug(String aText) |
static File |
writeBuffer(String aName,
byte[] aBuf,
boolean aAppend) |
static void |
writeBuffer(String aName,
short[] aShort) |
static void |
writeBuffer(String aName,
short[] aShort,
boolean aAppend) |
static File |
writeBuffer(String aName,
short[] aShort,
boolean aAppend,
int aLength) |
static File |
writeBuffer(String aName,
short[] aShort,
int aLength) |
static void |
writeBufferAppend(String aName,
short[] aShort) |
public static void debug(String aText)
public static void writeBufferAppend(String aName, short[] aShort)
public static void writeBuffer(String aName, short[] aShort)
public static void writeBuffer(String aName, short[] aShort, boolean aAppend)
public static File writeBuffer(String aName, short[] aShort, boolean aAppend, int aLength)
public static byte[] createBytes(short[] aShorts)
public static byte[] createBytes(short[] aShorts, int aLength)
public static byte[] createReverseBytes(short[] aShorts, int aLength)
Copyright © 2018. All rights reserved.