public class ArrayTest extends Object
| Constructor and Description |
|---|
ArrayTest() |
| Modifier and Type | Method and Description |
|---|---|
static short[][] |
byteToshort(byte[] sdata)
Set the data.
|
static void |
main(String[] args) |
static byte[] |
shortToByte(short[][] data)
Get the data as a transferable string.
|
static String |
shortToString(short[][] data)
Get the data as a transferable string.
|
static short[][] |
stringToshort(String sdata)
Set the data.
|
public static String shortToString(short[][] data)
public static short[][] stringToshort(String sdata)
data - The data to set.public static byte[] shortToByte(short[][] data)
public static short[][] byteToshort(byte[] sdata)
data - The data to set.public static void main(String[] args)
Copyright © 2012. All Rights Reserved.