public class RandomData extends Object
Constructor and Description |
---|
RandomData() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
readBoolean() |
static Byte |
readByte() |
static byte[] |
readBytes(int numBytes) |
static Character |
readChar() |
static Double |
readDouble() |
static Float |
readFloat() |
static Integer |
readInt() |
static Long |
readLong() |
static Short |
readShort() |
static String |
readString() |
public static Integer readInt()
public static String readString()
public static Boolean readBoolean()
public static Byte readByte()
public static Short readShort()
public static Character readChar()
public static Long readLong()
public static Float readFloat()
public static Double readDouble()
public static byte[] readBytes(int numBytes)
Copyright © 2014. All Rights Reserved.