startIndefinite method
Indefinite item start.
Implementation
void startIndefinite(int majorType) {
_out.putByte((majorType << 5) + aiBreak);
_indefSequenceCount++;
}
Indefinite item start.
void startIndefinite(int majorType) {
_out.putByte((majorType << 5) + aiBreak);
_indefSequenceCount++;
}