Tickaroo / tikxml

Modern XML Parser for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace dangling readByte() calls with skip(long)

JakeWharton opened this issue · comments

For example, this can be replaced with skip(3). Not a functional change, but more semantically correct.

Good catch ! Thanks!