for (int i = 0; i < n; i++)
{
TaggedProfile profile = _ior.profiles[i];
if (profile.tag == TAG_INTERNET_IOP.value)
{
ProfileBody_1_1 profileBody;
CdrInputStream input = CdrInputStream.getInstanceForEncapsulation();
input.setEncapsulation(profile.profile_data);
profileBody = ProfileBody_1_1Helper.read(input);
input.recycle();