| java.lang.Object jdbm.recman.TestUtil
TestUtil | public class TestUtil (Code) | | This class contains some test utilities.
|
Method Summary | |
public static boolean | checkRecord(byte[] data, int length, byte b) | public static byte[] | makeRecord(int length, byte b) Creates a "record" containing "length" repetitions of the
indicated byte. |
checkRecord | public static boolean checkRecord(byte[] data, int length, byte b)(Code) | | Checks whether the record has the indicated length and data
|
makeRecord | public static byte[] makeRecord(int length, byte b)(Code) | | Creates a "record" containing "length" repetitions of the
indicated byte.
|
|
|