com.ibm.cics.server
Class RecordHolder

java.lang.Object
  extended by 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.

Since CICS TS version:
1.3
Since package version:
1.0

Field Summary
 byte[] value
          The array of bytes comprising the item.
 
Constructor Summary
RecordHolder()
          Constructs a RecordHolder without a value.
 
Method Summary
 
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.

Since CICS TS version:
1.3
Since package version:
1.0
Constructor Detail

RecordHolder

public RecordHolder()
Constructs a RecordHolder without a value.

Since CICS TS version:
1.3
Since package version:
1.0