get

fun get(pos: Int): Int

Absolute position read. NOTE: pos must not jump ahead by more than 1! Ie, it's OK to read arbitrarily far back (just not prior to the last freeBefore), but NOT ok to read arbitrarily far ahead. Returns -1 if you hit EOF.


fun get(posStart: Int, length: Int): CharArray