|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransientPayLoad
Provides a representation of the COMMAREA being passed to or returned from a CICS program call.
Method Summary | |
---|---|
byte[] |
getBytes(int offset,
int length)
Returns a byte array of length bytes taken from offset bytes into the payload. |
int |
getLength()
Returns the number of bytes in the payload. |
Method Detail |
---|
int getLength()
byte[] getBytes(int offset, int length)
offset
- the starting byte offset into the payload.length
- the number of bytes to retrieve.
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |