protected BinaryBlockReader(InputStream in,
BinaryConverter<M> protoConverter,
boolean skipEmptyRecords) {
in_ = in;
protoConverter_ = protoConverter;
searcher_ = new StreamSearcher(Protobufs.KNOWN_GOOD_POSITION_MARKER);
this.skipEmptyRecords = skipEmptyRecords;
}