147148149150151152153154155156157
} // Position backwards two by two. for (int i=(int)length -1; i >= 0; i -= 2) { InputStream inComp = new LoopingAlphabetStream(length); pss.reposition(i); inComp.skip(i); assertEquals(inComp.read(), pss.read()); } } /**