()
| 180 | } |
| 181 | |
| 182 | public void skipList() throws IOException { |
| 183 | int listTag = this.readTag(); |
| 184 | this.skipListOf(listTag); |
| 185 | } |
| 186 | |
| 187 | public void skipListOf(int listTag) throws IOException { |
| 188 | int listLength = this.readLength(); |
no test coverage detected