* Skip an array or sparse array */
| 717 | * Skip an array or sparse array |
| 718 | */ |
| 719 | void SlSkipArray() |
| 720 | { |
| 721 | while (SlIterateArray() != -1) { |
| 722 | SlSkipBytes(_next_offs - _sl.reader->GetSize()); |
| 723 | } |
| 724 | } |
| 725 | |
| 726 | /** |
| 727 | * Sets the length of either a RIFF object or the number of items in an array. |
no test coverage detected