com.ibm.cics.jcicsx

Interface ReadableCHARContainer

    • Method Detail

      • asReadableBITContainer

        ReadableBITContainer asReadableBITContainer()
        Returns a view of this container as a BIT container, which exposes the raw bytes in the CICS container, without having CICS convert them to a target codepage. Reading data from the returned ReadableBITContainer will effectively pass the NOCONVERT argument to the EXEC CICS GET CONTAINER command.
        Returns:
        A view of the raw bytes in this CHAR container