startIndefinite method

void startIndefinite(
  1. int majorType
)
inherited

Indefinite item start.

Implementation

void startIndefinite(int majorType) {
  _out.putByte((majorType << 5) + aiBreak);
  _indefSequenceCount++;
}