|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.cics.server.KeyHolder
This class holds an array of bytes that is the key of a file.
The actual data is an instance variable of type byte[]
with the name value.
| Field Summary | |
|---|---|
byte[] |
value
The array of bytes comprising the item. |
| Constructor Summary | |
|---|---|
KeyHolder()
Constructs a KeyHolder without a value. |
|
KeyHolder(byte[] initialValue)
Constructs a KeyHolder without a value. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public byte[] value
| Constructor Detail |
public KeyHolder()
KeyHolder without a value.
public KeyHolder(byte[] initialValue)
KeyHolder without a value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||