576577578579580581582583584585586
When the encapsulation is closed, this value will be restored as index */ if (encaps_stack == null) { encaps_stack = new Stack(); } encaps_stack.push(new EncapsInfo(old_endian, index, pos, size )); openEncapsulatedArray();