com.ibm.cics.server
Class RecordHolder

java.lang.Object
  |
  +--com.ibm.cics.server.RecordHolder

public class RecordHolder
extends java.lang.Object

This class holds an array of bytes that is the data read from 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
RecordHolder()
          Constructs a RecordHolder without a value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public byte[] value
The array of bytes comprising the item.
Constructor Detail

RecordHolder

public RecordHolder()
Constructs a RecordHolder without a value.