"hello hel;lo".getBytes()).position(6)));
assertEquals(-1, m.matchFirst(IoBuffer.wrap(
"hello hel;lo".getBytes()).limit(6)));
assertEquals(-1, m.matchFirst(null));
assertEquals(-1, m.matchFirst(IoBuffer.allocate(0)));
ByteBufferMatcher newline = new ShiftAndByteBufferMatcher(IoBuffer
.wrap("\r\n".getBytes()));