Interface Prober<U>

Type Parameters:
U -
All Superinterfaces:
BiFunction<org.aksw.commons.io.input.SeekableReadableChannel<byte[]>,org.aksw.commons.io.buffer.array.BufferOverReadableChannel<U[]>,OffsetSeekResult>

public interface Prober<U> extends BiFunction<org.aksw.commons.io.input.SeekableReadableChannel<byte[]>,org.aksw.commons.io.buffer.array.BufferOverReadableChannel<U[]>,OffsetSeekResult>
Tests whether parsing a certain amount of records from the channel at a given offset returns successfully. If it fails, the byte position of the error is returned.