|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttests.HFTest.DummyRecord
class HFTest.DummyRecord
Used in fixed-length record test cases.
| Field Summary | |
|---|---|
float |
fval
|
int |
ival
|
java.lang.String |
name
|
| Constructor Summary | |
|---|---|
HFTest.DummyRecord()
Constructs with default values. |
|
HFTest.DummyRecord(byte[] data)
Constructs from a byte array. |
|
| Method Summary | |
|---|---|
int |
length()
Gets the length of the record. |
byte[] |
toByteArray()
Gets a byte array representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int ival
public float fval
public java.lang.String name
| Constructor Detail |
|---|
public HFTest.DummyRecord()
public HFTest.DummyRecord(byte[] data)
| Method Detail |
|---|
public byte[] toByteArray()
public int length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||